Sha256: 5cd084b7479a3af756a70fd25e1a4cd88502ebe8b6c60a10e866907187afc0a5

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

require 'spec_helper'

describe HelloSign::Error do
  # another test to prove backwards compatibility
  describe 'custom error message' do
    subject { HelloSign::Error::Error.new('Foo').message }
    it { is_expected.to eql('Foo') }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-3.6.1 spec/hello_sign/error_spec.rb
hellosign-ruby-sdk-3.6 spec/hello_sign/error_spec.rb