class Spec::Runner::Options
Public Instance Methods
run_one_example(identifier)
click to toggle source
# 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