spec/models/dart_upstream_spec.rb in cloudsmith-api-2.0.13 vs spec/models/dart_upstream_spec.rb in cloudsmith-api-2.0.14
- old
+ new
@@ -58,10 +58,20 @@
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
+ describe 'test attribute "disable_reason"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["N/A", "Upstream points to its own repository", "Missing upstream source"])
+ # validator.allowable_values.each do |value|
+ # expect { @instance.disable_reason = value }.not_to raise_error
+ # end
+ end
+ end
+
describe 'test attribute "extra_header_1"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
@@ -99,9 +109,15 @@
# end
end
end
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 "pending_validation"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end