mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove the not needed setup and teardown
This commit is contained in:
@@ -169,9 +169,6 @@ end
|
||||
class StarStarMimeControllerTest < ActionController::TestCase
|
||||
tests StarStarMimeController
|
||||
|
||||
def setup; super; end
|
||||
def teardown; super; end
|
||||
|
||||
def test_javascript_with_format
|
||||
@request.accept = "text/javascript"
|
||||
get :index, :format => 'js'
|
||||
|
||||
Reference in New Issue
Block a user