Module Spec
In: lib/selenium/rspec/rspec_extensions.rb

Monkey-patch RSpec Example Group so that we can track whether an example already failed or not in an after(:each) block

useful to only capture Selenium screenshots when a test fails

Only changed execution_error to be an instance variable (in lieu of a local variable).

Classes and Modules

Module Spec::Example

[Validate]