Perhaps the silent upgrade of selenium-webdriver freaked out CI. Let's see.
This commit is contained in:
parent
c483246ac7
commit
bec34ec5e8
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -73,6 +73,7 @@ end
|
|||
group :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'fixture_builder', '~> 0.2.0'
|
||||
gem 'selenium-webdriver', '0.1.3'
|
||||
gem 'capybara', '~> 0.3.9'
|
||||
gem 'cucumber-rails', '0.3.2'
|
||||
gem 'rspec', '>= 2.0.0'
|
||||
|
|
|
|||
|
|
@ -436,6 +436,7 @@ DEPENDENCIES
|
|||
rspec-instafail (>= 0.1.7)
|
||||
rspec-rails (>= 2.0.0)
|
||||
ruby-debug
|
||||
selenium-webdriver (= 0.1.3)
|
||||
thin (= 1.2.8)
|
||||
twitter!
|
||||
typhoeus
|
||||
|
|
|
|||
Loading…
Reference in a new issue