Skip to content

Instantly share code, notes, and snippets.

@denniskuczynski
Created March 5, 2012 15:22
Show Gist options
  • Save denniskuczynski/1978728 to your computer and use it in GitHub Desktop.
Save denniskuczynski/1978728 to your computer and use it in GitHub Desktop.
Evergreen.rb
require 'capybara-webkit'
Evergreen.configure do |config|
config.driver = :webkit
config.public_dir = 'public'
config.spec_dir = 'spec/javascripts'
config.template_dir = 'spec/javascripts/templates'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment