Remove unused WorkshopsController class in redirect_test.

This commit is contained in:
Bryce Boe 2015-04-23 16:12:01 -04:00
parent 6f37d7e117
commit 0eaae0291b
1 changed files with 0 additions and 3 deletions

View File

@ -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