Skip to content

Commit

Permalink
Remove the not needed setup and teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh authored and josevalim committed Nov 24, 2010
1 parent 7f8ce38 commit c6030e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actionpack/test/controller/mime_responds_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ def set_layout
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'
Expand Down

0 comments on commit c6030e8

Please sign in to comment.