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 2a3200b commit badfdc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'
gemspec

gem 'capybara-webkit'
gem 'capybara', '< 2'

gem 'opal', :github => 'opal/opal'
gem 'opal-jquery', :github => 'opal/opal-jquery'
Expand All @@ -15,5 +16,4 @@ if RUBY_VERSION.to_f < 1.9
gem 'nokogiri', '< 1.6'
gem 'rails', '< 4.0'
gem 'rubyzip', '< 1'
gem 'capybara', '< 2'
end
2 changes: 1 addition & 1 deletion spec/integration/in_browser_specs_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'

feature 'In-browser specs runner' do
feature 'In-browser specs runner', type: :request do
scenario 'runs all specs', :js do
visit '/opal_spec'

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

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

0 comments on commit badfdc1

Please sign in to comment.