Sha256: b6651ae1bfdd7bc19c7b6db3094faed23b803e1a866b50decf38461d651b7266

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

require 'helper'

# This should go in a test helper
Sauce.config do |config|
  config.browsers = [
    ["Windows 2003", "firefox", "3.6."],
    ["Windows 2003", "safariproxy", "5."]
  ]
end

describe "The Sauce website", :type => :selenium do
  it "works" do
    selenium.open "/"
    page.is_text_present("Sauce Labs").should be_true
  end

  it "has a pricing page" do
    selenium.open "/pricing"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sauce-0.7.2 test/saucelabs_spec.rb
sauce-0.7.1 test/saucelabs_spec.rb