spec/models/create_contact_spec.rb in sib-api-v3-sdk-2.1.2 vs spec/models/create_contact_spec.rb in sib-api-v3-sdk-2.1.3
- old
+ new
@@ -60,7 +60,13 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "update_enabled"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
end