Skip to content

Instantly share code, notes, and snippets.

@DanielHeath
Last active December 18, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielHeath/5753478 to your computer and use it in GitHub Desktop.
Save DanielHeath/5753478 to your computer and use it in GitHub Desktop.
Getting rspec always returning 0 exit code with this gemfile.lock
source 'https://rubygems.org'
gem 'rake'
gem 'pry'
gem 'rspec'
gem 'capybara'
gem 'selenium-webdriver'
gem 'json'
gem 'sauce', :git => "git://github.com/sauce-labs/sauce_ruby.git"
gem 'active_support'
GIT
remote: git://github.com/sauce-labs/sauce_ruby.git
revision: d9d5cb7a65851849f09d5407eae0f7ccab9941df
specs:
sauce (3.0.0.beta.2)
childprocess (>= 0.1.6)
cmdparse (>= 2.0.2)
highline (>= 1.5.0)
json (>= 1.2.0)
net-http-persistent
net-ssh
net-ssh-gateway
parallel_tests (= 0.12.4)
rest-client
sauce_whisk (= 0.0.3)
selenium-webdriver (>= 0.1.2)
GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
cmdparse (2.0.5)
coderay (1.0.9)
diff-lcs (1.2.4)
ffi (1.8.1)
highline (1.6.19)
json (1.8.0)
method_source (0.8.1)
mime-types (1.23)
multi_json (1.7.6)
net-http-persistent (2.8)
net-ssh (2.6.7)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.5.9)
parallel (0.6.5)
parallel_tests (0.12.4)
parallel
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rubyzip (0.9.9)
sauce_whisk (0.0.3)
rest-client
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
slop (3.4.5)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
active_support
capybara
json
pry
rake
rspec
sauce!
selenium-webdriver
GIT
remote: git://github.com/sauce-labs/sauce_ruby.git
revision: f117c28c2b6259d3202e42df82d6355bd17b0458
specs:
sauce (3.0.0.beta.3)
childprocess (>= 0.1.6)
cmdparse (>= 2.0.2)
highline (>= 1.5.0)
json (>= 1.2.0)
net-http-persistent
net-ssh
net-ssh-gateway
parallel_tests (= 0.12.4)
rest-client
sauce_whisk (= 0.0.3)
selenium-webdriver (>= 0.1.2)
GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
cmdparse (2.0.5)
coderay (1.0.9)
diff-lcs (1.2.4)
ffi (1.9.0)
highline (1.6.19)
json (1.8.0)
method_source (0.8.1)
mime-types (1.23)
mini_portile (0.5.0)
multi_json (1.7.6)
net-http-persistent (2.8)
net-ssh (2.6.7)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
parallel (0.6.5)
parallel_tests (0.12.4)
parallel
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rubyzip (0.9.9)
sauce_whisk (0.0.3)
rest-client
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
slop (3.4.5)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
active_support
capybara
json
pry
rake
rspec
sauce!
selenium-webdriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment