projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to iD v2.4.3
[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 a05326e1e4493c5a2763f6aa7136a8c7a87d1393..e08fbb65ec48cc5beb278ac7277d0801d0800b66 100644
(file)
--- a/
test/controllers/old_node_controller_test.rb
+++ b/
test/controllers/old_node_controller_test.rb
@@
-137,7
+137,7
@@
class OldNodeControllerTest < ActionController::TestCase
end
# check all the versions
- versions.
keys.each
do |key|
+ versions.
each_key
do |key|
get :version, :params => { :id => nodeid, :version => key.to_i }
assert_response :success,