Skip to content

Commit

Permalink
No need for the headless gem when using capybara webkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
marano committed Feb 19, 2013
1 parent ce226b0 commit 9506559
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -16,7 +16,6 @@ group :test do
gem 'rspec'
gem 'capybara'
gem 'capybara-webkit'
gem 'headless'
gem 'rake'
end

Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -41,7 +41,6 @@ GEM
diff-lcs (1.1.3)
ffi (1.1.2)
haml (3.1.7)
headless (0.3.1)
i18n (0.6.0)
json (1.7.5)
libwebsocket (0.1.5)
Expand Down Expand Up @@ -108,7 +107,6 @@ DEPENDENCIES
capybara-webkit
debugger!
haml
headless
mongo_mapper
nokogiri
pry-nav
Expand Down
1 change: 0 additions & 1 deletion spec_helper.rb
Expand Up @@ -23,7 +23,6 @@
Capybara.current_driver = :selenium
Capybara.javascript_driver = :selenium
else
Headless.new.start
Capybara.current_driver = :webkit
Capybara.javascript_driver = :webkit
end
Expand Down

0 comments on commit 9506559

Please sign in to comment.