spec/models/create_reseller_spec.rb in sib-api-v3-sdk-5.4.0 vs spec/models/create_reseller_spec.rb in sib-api-v3-sdk-5.5.0

- old
+ new

@@ -36,6 +36,12 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end + describe 'test attribute "id"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end