1
0
Fork 0
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:
Rafael Mendonça França 2015-04-23 17:25:34 -03:00
commit 03e987cd8f

View file

@ -1,8 +1,5 @@
require 'abstract_unit' require 'abstract_unit'
class WorkshopsController < ActionController::Base
end
class RedirectController < ActionController::Base class RedirectController < ActionController::Base
# empty method not used anywhere to ensure methods like # empty method not used anywhere to ensure methods like
# `status` and `location` aren't called on `redirect_to` calls # `status` and `location` aren't called on `redirect_to` calls