Skip to content

Commit

Permalink
Update docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jun 4, 2014
1 parent a581424 commit ee5a076
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,8 @@ require 'json' # for .to_json
require 'sauce_whisk'

After do |scenario|
# Reset scenario unless the feature was tagged @keep
$driver.reset unless scenario.feature.source_tag_names.include? '@keep'

$passed = ! scenario.failed?
end

at_exit do
# end the test session, ignoring any exceptions.
ignore { $driver.driver_quit }

Expand Down

0 comments on commit ee5a076

Please sign in to comment.