diff options
author | Andrew White <andrew.white@unboxedconsulting.com> | 2016-02-16 06:05:17 +0000 |
---|---|---|
committer | Andrew White <andrew.white@unboxedconsulting.com> | 2016-02-16 06:05:17 +0000 |
commit | 6795f33b339356df6a72d445fc2630375abc4852 (patch) | |
tree | efb0be338d9a6c0806dcaafccbecd41a162e218c /actionpack/test/controller | |
parent | fd8b6c4bb5768cebf6499e7e87d22cebd1b82347 (diff) | |
download | rails-6795f33b339356df6a72d445fc2630375abc4852.tar.gz rails-6795f33b339356df6a72d445fc2630375abc4852.tar.bz2 rails-6795f33b339356df6a72d445fc2630375abc4852.zip |
Remove unused test controller action
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/test_case_test.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb index aeea974212..0c1393548e 100644 --- a/actionpack/test/controller/test_case_test.rb +++ b/actionpack/test/controller/test_case_test.rb @@ -137,11 +137,6 @@ XML head :created, location: 'created resource' end - def read_cookie - cookies["foo"] - render plain: 'ok' - end - def render_cookie render plain: cookies["foo"] end |