Skip to content

Instantly share code, notes, and snippets.

@jmoberly
Created November 15, 2013 21:16
Show Gist options
  • Save jmoberly/7491771 to your computer and use it in GitHub Desktop.
Save jmoberly/7491771 to your computer and use it in GitHub Desktop.
require "sauce"
require "capybara/cucumber"
require "sauce/cucumber"
require "sauce/capybara"
Sauce.config do |c|
c[:browsers] = [["Windows 8", "Internet Explorer", "10"],
["Windows 7", "Firefox", "20"]]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment