Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created April 15, 2014 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richdownie/10763081 to your computer and use it in GitHub Desktop.
Save richdownie/10763081 to your computer and use it in GitHub Desktop.
require 'blackboxd'
require 'cucumber'
require 'selenium-webdriver'
require 'rspec'
Before do
@driver = Selenium::WebDriver.for :chrome
@time = 15
end
After do
@driver.quit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment