Sha256: 101adaa74e2a75c7df8e3c1ad3d275024408b035e48d9b93beae0db3856295a0

Contents?: true

Size: 489 Bytes

Versions: 4

Compression:

Stored size: 489 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "Client" do
  
  it "should initialize a client to communicate with the grid hub" do
  end

  it "should receive an optional parameter of host and port to determine the location of the hub " do
  end
  
  it "should recieve an optional starting location though default to http://localhost:3000/" do
  end
  
  it "should provide an api to communicate with the selenium grid" do
  end

  it "should " do
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
statt-0.0.4 spec/client_spec.rb
statt-0.0.3 spec/client_spec.rb
statt-0.0.2 spec/client_spec.rb
statt-0.0.1 spec/client_spec.rb