mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #19879 from bboe/RedirectTestCleanup
Remove unused WorkshopsController class in redirect_test.
This commit is contained in:
commit
03e987cd8f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue