aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/spec_type_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/spec_type_test.rb')
-rw-r--r--actionpack/test/controller/spec_type_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/spec_type_test.rb b/actionpack/test/controller/spec_type_test.rb
index caeb0fd4dd..13be8a3405 100644
--- a/actionpack/test/controller/spec_type_test.rb
+++ b/actionpack/test/controller/spec_type_test.rb
@@ -3,7 +3,7 @@ require "abstract_unit"
class ApplicationController < ActionController::Base; end
class ModelsController < ApplicationController; end
-class SpecTypeTest < ActiveSupport::TestCase
+class ActionControllerSpecTypeTest < ActiveSupport::TestCase
def assert_controller actual
assert_equal ActionController::TestCase, actual
end