Class: Spec::Runner::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/deep_test/spec/extensions/options.rb

Defined Under Namespace

Classes: SingleExampleRunner

Instance Method Summary collapse

Instance Method Details

#run_one_example(identifier) ⇒ Object



4
5
6
7
# File 'lib/deep_test/spec/extensions/options.rb', line 4

def run_one_example(identifier)
  example = identifier.locate(example_groups)
  SingleExampleRunner.new(self, example).run
end