Skip to content

Commit

Permalink
Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcao committed Oct 19, 2011
1 parent 0fe44c0 commit 032b3a3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/combined_test.rb
Expand Up @@ -28,13 +28,10 @@ def around_test
yield
end
end

def setup
@obj = Test.new
end

def test_combined
@obj.test_no_aspect
@obj.test
o = Test.new
o.test_no_aspect
o.test
end
end

0 comments on commit 032b3a3

Please sign in to comment.