Sha256: b3d371e6b655db1559f6c96c1ffae45389998d2bbf48a0302de1e5bc51ffe4db

Contents?: true

Size: 307 Bytes

Versions: 19

Compression:

Stored size: 307 Bytes

Contents

require 'spec_helper'

describe HelloSign::Error do
  # another test to prove backwards compatibility
  it 'raises an error with any message' do
    error = HelloSign::Error::Error.new(404, 'test error message', 'http://www.test.com')
    expect(error).to be_instance_of(HelloSign::Error::Error)
  end

end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
hellosign-api-1.0.7 spec/hello_sign/error_spec.rb
hellosign-api-1.0.6 spec/hello_sign/error_spec.rb
hellosign-api-1.0.5 spec/hello_sign/error_spec.rb
hellosign-api-1.0.4 spec/hello_sign/error_spec.rb
hellosign-api-1.0.3 spec/hello_sign/error_spec.rb
hellosign-api-1.0.2 spec/hello_sign/error_spec.rb
hellosign-api-1.0.1 spec/hello_sign/error_spec.rb
hellosign-api-1.0.0 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.7 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.6 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.5 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.4 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.3 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.2 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.1 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.7.0 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.6.4 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.6.3 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.6.2 spec/hello_sign/error_spec.rb