updating github links to use the new repo

This commit is contained in:
Steven Hazel 2013-02-26 18:51:39 -08:00
parent add1aa32a2
commit 7e8e2c9958
3 changed files with 3 additions and 3 deletions

View File

@ -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: <https://github.com/saucelabs/sauce_ruby/issues/48>
# See: <https://github.com/sauce-labs/sauce_ruby/issues/48>
output = []
output << "\nSauceOnDemandSessionID=#{session_id}"
# The duplication in the scenario_name comes from the fact that the

View File

@ -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"

View File

@ -243,7 +243,7 @@ end
describe Sauce do
describe '#get_config' do
context 'when #config has never been called' do
# See: <https://github.com/saucelabs/sauce_ruby/issues/59>
# See: <https://github.com/sauce-labs/sauce_ruby/issues/59>
before :each do
# This is kind of hack-ish, but the best way I can think to properly
# prevent this class variable from existing