diff options
author | Bryce Boe <bbzbryce@gmail.com> | 2015-04-23 16:12:01 -0400 |
---|---|---|
committer | Bryce Boe <bbzbryce@gmail.com> | 2015-04-23 16:12:01 -0400 |
commit | 0eaae0291b3d4520e35d6f98c587ff7575a4dc0f (patch) | |
tree | 4c2ff382c4b244c9027d0af8600c695f28a9948e /actionpack/test | |
parent | 6f37d7e117d8a27d622002b1921218cdc60611fa (diff) | |
download | rails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.tar.gz rails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.tar.bz2 rails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.zip |
Remove unused WorkshopsController class in redirect_test.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/redirect_test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb index efd790de63..ef30f1ea0f 100644 --- a/actionpack/test/controller/redirect_test.rb +++ b/actionpack/test/controller/redirect_test.rb @@ -1,8 +1,5 @@ require 'abstract_unit' -class WorkshopsController < ActionController::Base -end - class RedirectController < ActionController::Base # empty method not used anywhere to ensure methods like # `status` and `location` aren't called on `redirect_to` calls |