spec/models/package_move_spec.rb in cloudsmith-api-1.61.3 vs spec/models/package_move_spec.rb in cloudsmith-api-1.120.3
- old
+ new
@@ -261,9 +261,13 @@
end
describe 'test attribute "security_scan_status"' 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', ["Awaiting Security Scan", "Security Scanning in Progress", "Scan Detected Vulnerabilities", "Scan Detected No Vulnerabilities", "Security Scanning Disabled", "Security Scanning Failed", "Security Scanning Skipped", "Security Scanning Not Supported"])
+ # validator.allowable_values.each do |value|
+ # expect { @instance.security_scan_status = value }.not_to raise_error
+ # end
end
end
describe 'test attribute "security_scan_status_updated_at"' do
it 'should work' do