Remove the not needed setup and teardown

This commit is contained in:
Neeraj Singh
2010-11-23 22:40:41 +08:00
committed by José Valim
parent 7f8ce38b0d
commit c6030e8562

View File

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