spec/hello_sign/api/embedded_spec.rb in hellosign-ruby-sdk-3.6.4 vs spec/hello_sign/api/embedded_spec.rb in hellosign-ruby-sdk-3.7.0

- old
+ new

@@ -10,9 +10,13 @@ it 'should get the correct resource' do expect(a_get("/embedded/sign_url/#{signature_id}")).to have_been_made end + it 'should return response headers' do + expect(@embedded.headers).to_not be_nil + end + it 'should return a UnclaimedDraft' do expect(@embedded).to be_an HelloSign::Resource::Embedded end end end