spec/models/body_4_spec.rb in brevo-2.0.0 vs spec/models/body_4_spec.rb in brevo-3.0.0

- old
+ new

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