projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update bundle
[rails.git]
/
test
/
controllers
/
old_node_controller_test.rb
diff --git
a/test/controllers/old_node_controller_test.rb
b/test/controllers/old_node_controller_test.rb
index 1f87431415dff2bd75ef7e46470a3e8091ba9dc3..346634f7d42d8b4f458b1f183567d58f9a3ca2ac 100644
(file)
--- a/
test/controllers/old_node_controller_test.rb
+++ b/
test/controllers/old_node_controller_test.rb
@@
-161,7
+161,7
@@
class OldNodeControllerTest < ActionController::TestCase
get :version, :params => { :id => id, :version => version }
assert_response :not_found
rescue ActionController::UrlGenerationError => ex
- assert_match
/No route matches/, ex.to_s
+ assert_match
(/No route matches/, ex.to_s)
end
##