aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-02 13:48:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-02 13:48:45 -0300
commited6be5962420e75a60ccc32c3fdf575f1c14ff9a (patch)
tree00581ab84b65309f8860c1fcd8875374a657151d /actionview/test
parent521318333eaa2654b9ad535c592281ae9efb9113 (diff)
parent562b0b23684333be8766dc73c419f7b753933626 (diff)
downloadrails-ed6be5962420e75a60ccc32c3fdf575f1c14ff9a.tar.gz
rails-ed6be5962420e75a60ccc32c3fdf575f1c14ff9a.tar.bz2
rails-ed6be5962420e75a60ccc32c3fdf575f1c14ff9a.zip
Merge pull request #19173 from robin850/rbx-build
Improve the Rubinius build
Diffstat (limited to 'actionview/test')
-rw-r--r--actionview/test/activerecord/polymorphic_routes_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/activerecord/polymorphic_routes_test.rb b/actionview/test/activerecord/polymorphic_routes_test.rb
index 6b51775cf3..34b2698c7f 100644
--- a/actionview/test/activerecord/polymorphic_routes_test.rb
+++ b/actionview/test/activerecord/polymorphic_routes_test.rb
@@ -208,7 +208,7 @@ class PolymorphicRoutesTest < ActionController::TestCase
@series.save
polymorphic_url([nil, @series])
end
- assert_match(/undefined method `series_url' for/, exception.message)
+ assert_match(/undefined method `series_url'/, exception.message)
end
end