Skip to content

Commit

Permalink
Removed unused setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamc committed Apr 10, 2013
1 parent c14ce51 commit ea4cb5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activesupport/test/callback_inheritance_test.rb
Expand Up @@ -109,7 +109,6 @@ def setup
@index = GrandParent.new("index").dispatch @index = GrandParent.new("index").dispatch
@update = GrandParent.new("update").dispatch @update = GrandParent.new("update").dispatch
@delete = GrandParent.new("delete").dispatch @delete = GrandParent.new("delete").dispatch
@unknown = GrandParent.new("unknown").dispatch
end end


def test_basic_conditional_callback1 def test_basic_conditional_callback1
Expand All @@ -130,7 +129,6 @@ def setup
@index = Parent.new("index").dispatch @index = Parent.new("index").dispatch
@update = Parent.new("update").dispatch @update = Parent.new("update").dispatch
@delete = Parent.new("delete").dispatch @delete = Parent.new("delete").dispatch
@unknown = Parent.new("unknown").dispatch
end end


def test_inherited_excluded def test_inherited_excluded
Expand Down

0 comments on commit ea4cb5d

Please sign in to comment.