Skip to content

Commit

Permalink
[snapshot]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Feb 4, 2014
1 parent b94a868 commit 2a3200b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec

gem 'capybara-webkit' unless ENV['CI']
gem 'capybara-webkit'

gem 'opal', :github => 'opal/opal'
gem 'opal-jquery', :github => 'opal/opal-jquery'
Expand Down
4 changes: 2 additions & 2 deletions spec/support/capybara.rb
@@ -1,6 +1,6 @@
require 'capybara/rspec'

unless ENV['CI']
# unless ENV['CI']
require 'capybara-webkit'
Capybara.javascript_driver = :webkit
end
# end

0 comments on commit 2a3200b

Please sign in to comment.