aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-05-30 22:46:53 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-05-30 22:46:53 -0300
commit30156497832807eee8afee7436b4e417b5719100 (patch)
tree4684b2aee97b09cb3d37efccf20ad05997c6ee43 /railties/test
parentac7b1620e0d64e456039be93b0f697c6e8a957f7 (diff)
downloadrails-30156497832807eee8afee7436b4e417b5719100.tar.gz
rails-30156497832807eee8afee7436b4e417b5719100.tar.bz2
rails-30156497832807eee8afee7436b4e417b5719100.zip
Fix app_generator_test with the changes introduced at
f4d7af67ffc90f2542afa50c7579fc83ea4f45f2
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/generators/app_generator_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index 26e912fd9e..5534476a6d 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -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