On Thu, 19 Apr 2012, David Chelimsky wrote:
> Try this:
> 
> RSpec.configure do |c|
>   c.after(:each, :type => :request) do
>     save_and_open_page if example.exception
>   end
> end
> 
> 

Thank you so much!  That works perfectly...

Patrick J. Collins
http://collinatorstudios.com
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to