aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/default_url_options_with_filter_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/default_url_options_with_filter_test.rb')
-rw-r--r--actionpack/test/controller/default_url_options_with_filter_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/default_url_options_with_filter_test.rb b/actionpack/test/controller/default_url_options_with_filter_test.rb
index ef028e8cdb..9a9ab17fee 100644
--- a/actionpack/test/controller/default_url_options_with_filter_test.rb
+++ b/actionpack/test/controller/default_url_options_with_filter_test.rb
@@ -16,7 +16,7 @@ class ControllerWithBeforeFilterAndDefaultUrlOptions < ActionController::Base
def default_url_options
{:locale => "de"}
- end
+ end
end
class ControllerWithBeforeFilterAndDefaultUrlOptionsTest < ActionController::TestCase