spec/models/package_status_spec.rb in cloudsmith-api-1.42.3 vs spec/models/package_status_spec.rb in cloudsmith-api-1.61.3
- old
+ new
@@ -30,9 +30,21 @@
describe 'test an instance of PackageStatus' do
it 'should create an instance of PackageStatus' do
expect(@instance).to be_instance_of(CloudsmithApi::PackageStatus)
end
end
+ describe 'test attribute "is_downloadable"' 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_quarantined"' 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_sync_awaiting"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end