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