Skip to content

Commit

Permalink
chromedriver-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Nov 22, 2013
1 parent cce1551 commit 31d903a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -67,6 +67,7 @@ group :development, :test do

gem 'turnip'
gem 'capybara'
gem "chromedriver-helper"
gem 'database_cleaner'

gem 'rspec'
Expand Down
21 changes: 11 additions & 10 deletions Gemfile.lock
Expand Up @@ -45,7 +45,6 @@ GEM
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
airbrake (3.1.2)
activesupport
builder
Expand All @@ -70,8 +69,10 @@ GEM
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.3)
ffi (~> 1.0.6)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (0.0.5)
nokogiri
chunky_png (1.2.5)
coderay (1.0.7)
coffee-rails (3.2.2)
Expand Down Expand Up @@ -158,8 +159,6 @@ GEM
kgio (2.7.4)
libnotify (0.7.4)
ffi (~> 1.0.11)
libwebsocket (0.1.4)
addressable
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
Expand All @@ -185,7 +184,7 @@ GEM
bundler (>= 1.0.0)
rails (>= 3.0.0)
railties (>= 3.0.0)
multi_json (1.5.0)
multi_json (1.8.2)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
Expand Down Expand Up @@ -299,17 +298,17 @@ GEM
railties (>= 3.0)
rspec (~> 2.11.0)
ruby-openid (2.2.0)
rubyzip (0.9.9)
rubyzip (1.0.0)
sass (3.1.20)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.24.0)
selenium-webdriver (2.37.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
rubyzip (~> 1.0.0)
websocket (~> 1.0.4)
shoulda-matchers (1.2.0)
activesupport (>= 3.0.0)
simple_form (2.0.2)
Expand Down Expand Up @@ -350,6 +349,7 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
websocket (1.0.7)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand All @@ -363,6 +363,7 @@ DEPENDENCIES
bson_ext
capistrano
capybara
chromedriver-helper
coffee-rails (~> 3.2.1)
compass-rails (>= 1.0.0.rc.1)
compass_twitter_bootstrap (>= 2.0.1)
Expand Down

0 comments on commit 31d903a

Please sign in to comment.