Sha256: ec0ab3602cfc40965ccc486666de55cb163b2e0b00bf9374de4b657ea3f7944f

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

require_relative '../spec_helper'

describe IE do
  describe "setup" do
    before :each do
      ENV.stub(:[]).with("IE9_VM_IP").and_return("1.2.3.4")
    end

    it "should assign the environment variable for ie9 if it exists" do
      ENV["IE9_VM_IP"].should == "1.2.3.4"
    end
  end

  describe "download_ie9_vm" do
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ie-0.0.3 spec/lib/ie_spec.rb