Skip to content

Commit

Permalink
Fix app_generator_test with the changes introduced at
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed May 31, 2012
1 parent ac7b162 commit 3015649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/app_generator_test.rb
Expand Up @@ -246,7 +246,7 @@ def test_inclusion_of_javascript_runtime
if defined?(JRUBY_VERSION) if defined?(JRUBY_VERSION)
assert_gem "therubyrhino" assert_gem "therubyrhino"
else else
assert_file "Gemfile", /# gem\s+["']therubyracer["']+, platform: :ruby$/ assert_file "Gemfile", /# gem\s+["']therubyracer["']+, platforms: :ruby$/
end end
end end


Expand Down

0 comments on commit 3015649

Please sign in to comment.