aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2011-12-08 23:09:09 +0900
committerkennyj <kennyj@gmail.com>2011-12-08 23:09:09 +0900
commit3ade2f8e8950d9e7edf451627ca52ab96d630077 (patch)
treebf94ab69d77551020465f7c102ed436a8b9e408a /actionpack/test/controller
parentc2aadf89353601e00afd672fc2c353b25ee4e7fa (diff)
downloadrails-3ade2f8e8950d9e7edf451627ca52ab96d630077.tar.gz
rails-3ade2f8e8950d9e7edf451627ca52ab96d630077.tar.bz2
rails-3ade2f8e8950d9e7edf451627ca52ab96d630077.zip
Fix warning for params_wrapper_test.
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/params_wrapper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/params_wrapper_test.rb b/actionpack/test/controller/params_wrapper_test.rb
index a4c6c08abb..c4d2614200 100644
--- a/actionpack/test/controller/params_wrapper_test.rb
+++ b/actionpack/test/controller/params_wrapper_test.rb
@@ -26,7 +26,7 @@ class ParamsWrapperTest < ActionController::TestCase
self.class.last_parameters = request.params.except(:controller, :action)
head :ok
end
-end
+ end
class User; end
class Person; end