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

Fix app_generator_test with the changes introduced at

f4d7af67ff
This commit is contained in:
Rafael Mendonça França 2012-05-30 22:46:53 -03:00
parent ac7b1620e0
commit 3015649783

View file

@ -246,7 +246,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
if defined?(JRUBY_VERSION)
assert_gem "therubyrhino"
else
assert_file "Gemfile", /# gem\s+["']therubyracer["']+, platform: :ruby$/
assert_file "Gemfile", /# gem\s+["']therubyracer["']+, platforms: :ruby$/
end
end