aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/route/definition/parser_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/journey/route/definition/parser_test.rb')
-rw-r--r--actionpack/test/journey/route/definition/parser_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/journey/route/definition/parser_test.rb b/actionpack/test/journey/route/definition/parser_test.rb
index 8e00d8ab89..8c6e3c0371 100644
--- a/actionpack/test/journey/route/definition/parser_test.rb
+++ b/actionpack/test/journey/route/definition/parser_test.rb
@@ -101,7 +101,7 @@ module ActionDispatch
assert_round_trip "/(:locale)(.:format)"
end
- def assert_round_trip str
+ def assert_round_trip(str)
assert_equal str, @parser.parse(str).to_s
end
end