aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorBryce Boe <bbzbryce@gmail.com>2015-04-23 16:12:01 -0400
committerBryce Boe <bbzbryce@gmail.com>2015-04-23 16:12:01 -0400
commit0eaae0291b3d4520e35d6f98c587ff7575a4dc0f (patch)
tree4c2ff382c4b244c9027d0af8600c695f28a9948e /actionpack
parent6f37d7e117d8a27d622002b1921218cdc60611fa (diff)
downloadrails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.tar.gz
rails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.tar.bz2
rails-0eaae0291b3d4520e35d6f98c587ff7575a4dc0f.zip
Remove unused WorkshopsController class in redirect_test.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/redirect_test.rb3
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