Sha256: a5cd76076c6492baf6bb1a105f6e286a4773bc40c77d0a7f92b36c2a1cb98a76

Contents?: true

Size: 247 Bytes

Versions: 6

Compression:

Stored size: 247 Bytes

Contents

require 'spec_helper'

describe TestdroidAPI::Client do 
	context "#initialize" do 
		it "uses cloud.testdroid.com as default host" do
     		expect(client.instance_variable_get('@cloud_url')).to eq "https://cloud.testdroid.com"
    	end
	end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
testdroid-api-client-0.3.0 spec/client_spec.rb
testdroid-api-client-0.2.3 spec/client_spec.rb
testdroid-api-client-0.2.2 spec/client_spec.rb
testdroid-api-client-0.2.1 spec/client_spec.rb
testdroid-api-client-0.2.0 spec/client_spec.rb
testdroid-api-client-0.1.3 spec/client_spec.rb