diff --git a/gems/sauce-cucumber/lib/sauce/cucumber.rb b/gems/sauce-cucumber/lib/sauce/cucumber.rb index 4d6a629..9907988 100644 --- a/gems/sauce-cucumber/lib/sauce/cucumber.rb +++ b/gems/sauce-cucumber/lib/sauce/cucumber.rb @@ -82,7 +82,7 @@ module Sauce # If we're running under Jenkins, we should dump the # `SauceOnDemandSessionID` into the Console Output for the Sauce OnDemand # Jenkins plugin. - # See: + # See: output = [] output << "\nSauceOnDemandSessionID=#{session_id}" # The duplication in the scenario_name comes from the fact that the diff --git a/sauce.gemspec b/sauce.gemspec index 6877197..eb8ef97 100644 --- a/sauce.gemspec +++ b/sauce.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = 'sauce' s.version = "#{Sauce::MAJOR_VERSION}.2" s.authors = ["Eric Allen", "Sean Grove", "Steven Hazel", "R. Tyler Croy", "Santiago Suarez OrdoƱez"] - s.homepage = 'http://github.com/saucelabs/sauce_ruby' + s.homepage = 'http://github.com/sauce-labs/sauce_ruby' s.email = 'help@saucelabs.com' s.summary = "A Ruby helper for running tests in Sauce OnDemand" s.description = "A Ruby helper for running tests in Sauce OnDemand, Sauce Labs' browsers in the cloud service" diff --git a/spec/sauce/config_spec.rb b/spec/sauce/config_spec.rb index cda48f7..c46b506 100644 --- a/spec/sauce/config_spec.rb +++ b/spec/sauce/config_spec.rb @@ -243,7 +243,7 @@ end describe Sauce do describe '#get_config' do context 'when #config has never been called' do - # See: + # See: before :each do # This is kind of hack-ish, but the best way I can think to properly # prevent this class variable from existing