spec/models/entitlements_create_spec.rb in cloudsmith-api-0.57.1 vs spec/models/entitlements_create_spec.rb in cloudsmith-api-1.30.0
- old
+ new
@@ -30,9 +30,15 @@
describe 'test an instance of EntitlementsCreate' do
it 'should create an instance of EntitlementsCreate' do
expect(@instance).to be_instance_of(CloudsmithApi::EntitlementsCreate)
end
end
+ describe 'test attribute "eula_required"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
describe 'test attribute "is_active"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end