./spec/models/country_details_spec.rb in cloudmersive-validate-api-client-2.0.7 vs ./spec/models/country_details_spec.rb in cloudmersive-validate-api-client-2.0.8

- old
+ new

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