Skip to content

Commit

Permalink
flagging_test: turn off rubocop check for block comments
Browse files Browse the repository at this point in the history
  • Loading branch information
makyen committed Aug 19, 2019
1 parent 6d35669 commit b9b7e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/flagging_test.rb
Expand Up @@ -98,6 +98,7 @@ def setup_user_with_permissive_flag_settings(user)
flag_condition.save(validate: false)
end

# rubocop:disable Style/BlockComments
=begin
test 'should update moderator sites' do
@user.moderator_sites.destroy_all
Expand Down Expand Up @@ -240,4 +241,5 @@ def setup_user_with_permissive_flag_settings(user)
assert_requested @flag_submit_stub, times: 1
end
=end
# rubocop:enable Style/BlockComments
end

0 comments on commit b9b7e35

Please sign in to comment.