spec/models/format_spec.rb in cloudsmith-api-0.21.4 vs spec/models/format_spec.rb in cloudsmith-api-0.30.7

- old
+ new

@@ -30,47 +30,47 @@ describe 'test an instance of Format' do it 'should create an instance of Format' do expect(@instance).to be_instance_of(CloudsmithApi::Format) end end - describe 'test attribute "premium"' do + describe 'test attribute "description"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "description"' do + describe 'test attribute "distributions"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "supports"' do + describe 'test attribute "extensions"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "premium_plan_id"' do + describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "premium_plan_name"' do + describe 'test attribute "premium"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "extensions"' do + describe 'test attribute "premium_plan_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "distributions"' do + describe 'test attribute "premium_plan_name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end @@ -78,10 +78,10 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - describe 'test attribute "name"' do + describe 'test attribute "supports"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end