David Chelimsky wrote: > # purely hypothetical code - do not try this at home > Rspec::Core.configure do |c| > c.after(:each) do > if running_example.metadata[:status] == 'failed' > running_example.example_group.break > end > end > end > > Coming soon, but not quite yet.
Very cool. Thanks, Pete -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users