1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove some warning with Ruby 2.2

This commit is contained in:
Rafael Mendonça França 2014-12-29 16:08:38 -03:00
parent fb14aa0c1b
commit 156c657731

View file

@ -129,7 +129,7 @@ class ActionsTest < Rails::Generators::TestCase
run_generator
action :environment do
'# This wont be added'
_ = '# This wont be added'# assignment to silence parse-time warning "unused literal ignored"
'# This will be added'
end