Skip to content

Commit

Permalink
delete obsolete methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 6, 2011
1 parent d8b7d36 commit 939c765
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/rspec/core/filter_manager.rb
Expand Up @@ -19,14 +19,6 @@ def description
def empty_without_conditional_filters?
reject { |k, v| RSpec::Core::FilterManager::DEFAULT_EXCLUSIONS[k] == v }.empty?
end

def reject
super rescue {}
end

def empty?
super rescue false
end
end

module BackwardCompatibility
Expand Down

0 comments on commit 939c765

Please sign in to comment.