Skip to content

Commit

Permalink
remove capybara-webkit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
WaYdotNET committed Oct 5, 2012
1 parent ee0a2e1 commit 50266a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gem 'rake'
gem 'nokogiri'
gem 'webrat'
gem 'capybara'
gem 'capybara-webkit'
gem 'poltergeist'
gem 'rspec'
gem 'rack-test', :require => 'rack/test'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'bundler/setup'
require 'capybara/dsl'
require 'capybara/rspec'
require "capybara-webkit"
require 'capybara/poltergeist'

# Require our gems
Expand Down

0 comments on commit 50266a8

Please sign in to comment.