Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 1, 2011
1 parent 3d90f00 commit 50f8055
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rspec/core/example.rb
Expand Up @@ -31,10 +31,6 @@ def around_hooks # :nodoc:
@around_hooks ||= example_group.around_hooks_for(self) @around_hooks ||= example_group.around_hooks_for(self)
end end


def any_apply?(filters)
@metadata.any_apply?(filters) || @example_group_class.any_apply?(filters)
end

def all_apply?(filters) def all_apply?(filters)
@metadata.all_apply?(filters) || @example_group_class.all_apply?(filters) @metadata.all_apply?(filters) || @example_group_class.all_apply?(filters)
end end
Expand Down

0 comments on commit 50f8055

Please sign in to comment.