Skip to content

Commit

Permalink
Address new cop offence in railties
Browse files Browse the repository at this point in the history
It is necessary to run `rubocop` manually when new cop is added since
codeclimate checks any offences only in files touched in PRs.
  • Loading branch information
kamipo committed Apr 11, 2019
1 parent c820d8d commit 23392ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/actions_test.rb
Expand Up @@ -200,7 +200,7 @@ def test_environment_with_block_should_include_block_contents_in_environment_ini
run_generator

action :environment do
_ = "# This wont be added"# assignment to silence parse-time warning "unused literal ignored"
_ = "# This wont be added" # assignment to silence parse-time warning "unused literal ignored"
"# This will be added"
end

Expand Down

0 comments on commit 23392ef

Please sign in to comment.