lib/spec/runner/options.rb in dchelimsky-rspec-1.1.11.6 vs lib/spec/runner/options.rb in dchelimsky-rspec-1.1.11.7
- old
+ new
@@ -106,10 +106,10 @@
if example_groups.empty?
true
else
set_spec_from_line_number if line_number
- success = runner.run(self)
+ success = runner.run
@examples_run = true
heckle if heckle_runner
success
end
ensure