Sha256: 44218f2b2f58ac7cdd147d031c2ac3658bd7689ad1adf332fd0fffa42471853b

Contents?: true

Size: 468 Bytes

Versions: 24

Compression:

Stored size: 468 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'net/telnet'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'sauce'

Sauce.config do |config|
  config.browsers = [
    ["Windows 2003", "firefox", "3.6."],
    ["Windows 2003", "safariproxy", "5."]
  ]
  config.browser_url = "http://saucelabs.com"

  #config.application_host = "localhost"
  #config.application_port = "4444"
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
sauce-0.14.2 test/helper.rb
sauce-0.14.1 test/helper.rb
sauce-0.14.0 test/helper.rb
sauce-0.13.2 test/helper.rb
sauce-0.13.1 test/helper.rb
sauce-0.13.0 test/helper.rb
sauce-0.12.10 test/helper.rb
sauce-0.12.9 test/helper.rb
sauce-0.12.8 test/helper.rb
sauce-0.12.7 test/helper.rb
sauce-0.12.6 test/helper.rb
sauce-0.12.5 test/helper.rb
sauce-0.12.4 test/helper.rb
sauce-0.12.3 test/helper.rb
sauce-0.12.2 test/helper.rb
sauce-0.12.1 test/helper.rb
sauce-0.12.0 test/helper.rb
sauce-0.11.3 test/helper.rb
sauce-0.11.2 test/helper.rb
sauce-0.11.1 test/helper.rb