spec/models/package_status_spec.rb in cloudsmith-api-0.21.4 vs spec/models/package_status_spec.rb in cloudsmith-api-0.30.7
- old
+ new
@@ -30,88 +30,94 @@
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 "self_url"' do
+ 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
- describe 'test attribute "status"' do
+ describe 'test attribute "is_sync_completed"' 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
+ describe 'test attribute "is_sync_failed"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "stage_updated_at"' do
+ describe 'test attribute "is_sync_in_flight"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "stage_str"' do
+ describe 'test attribute "is_sync_in_progress"' 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_completed"' do
+ describe 'test attribute "self_url"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "status_updated_at"' do
+ describe 'test attribute "stage"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "sync_finished_at"' do
+ describe 'test attribute "stage_str"' 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_failed"' do
+ describe 'test attribute "stage_updated_at"' 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_in_flight"' do
+ describe 'test attribute "status"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "status_reason"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
describe 'test attribute "status_str"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "sync_progress"' do
+ describe 'test attribute "status_updated_at"' 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_in_progress"' do
+ describe 'test attribute "sync_finished_at"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
- describe 'test attribute "stage"' do
+ describe 'test attribute "sync_progress"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end