Class: RSpec::Core::World

Inherits:
Object
  • Object
show all
Defined in:
lib/paraspec/rspec_patches.rb

Instance Method Summary collapse

Instance Method Details

#filter_examplesObject



14
15
16
17
18
# File 'lib/paraspec/rspec_patches.rb', line 14

def filter_examples
  @filtered_examples = Hash.new do |hash, group|
    hash[group] = filter_manager.prune(group.examples)
  end
end