Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Fixes for new version of Capybara
Browse files Browse the repository at this point in the history
* Capybara looks in spec/features now
* Add selenium-webdriver to Gemfile
  • Loading branch information
Gabe Berke-Williams committed Nov 18, 2013
1 parent bd2a9d0 commit 73e3a65
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Expand Up @@ -3,12 +3,13 @@ source "http://rubygems.org"
gemspec

# The following gems are used by the dummy application
gem 'capybara'
gem 'coffee-rails'
gem 'database_cleaner'
gem 'high_voltage'
gem 'jquery-rails'
gem 'paperclip', '>= 3.1.4'
gem 'rack-raw-upload'
gem 'rspec-rails'
gem 'capybara'
gem 'high_voltage'
gem 'coffee-rails'
gem 'selenium-webdriver'
gem 'sqlite3'
gem 'paperclip', '>= 3.1.4'
11 changes: 11 additions & 0 deletions Gemfile.lock
Expand Up @@ -40,6 +40,8 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.3)
Expand All @@ -55,6 +57,7 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.0.2)
ffi (1.9.3)
high_voltage (2.0.0)
hike (1.2.3)
i18n (0.6.5)
Expand Down Expand Up @@ -106,6 +109,12 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rubyzip (1.0.0)
selenium-webdriver (2.37.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (~> 1.0.0)
websocket (~> 1.0.4)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -124,6 +133,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand All @@ -140,4 +150,5 @@ DEPENDENCIES
paperclip (>= 3.1.4)
rack-raw-upload
rspec-rails
selenium-webdriver
sqlite3
File renamed without changes.

0 comments on commit 73e3a65

Please sign in to comment.