mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #1548 from neerajdotname/remove_class_me5
remove unused class from test
This commit is contained in:
@@ -178,12 +178,6 @@ module AbstractController
|
||||
end
|
||||
end
|
||||
|
||||
class Me5 < WithLayouts
|
||||
def index
|
||||
render
|
||||
end
|
||||
end
|
||||
|
||||
class TestLayouts < ActiveSupport::TestCase
|
||||
test "layouts are included" do
|
||||
controller = Me4.new
|
||||
|
||||
Reference in New Issue
Block a user