Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
remove unused method (restore coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 4, 2009
1 parent b9be99b commit 8125124
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/spec/example/shared_example_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ def initialize(*args, &example_group_block)
def included(mod) # :nodoc:
mod.module_eval(&@example_group_block)
end

def each_ancestor_example_group_class(superclass_last=false)
yield self
end
end
end
end

0 comments on commit 8125124

Please sign in to comment.