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

Merge pull request #5492 from arunagw/build_fix_app_generator_test

Build fix for app_generator_test.rb
This commit is contained in:
Piotr Sarnacki 2012-03-18 04:58:41 -07:00
commit d3bbb23b2f

View file

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