spec/models/repository_webhook_spec.rb in cloudsmith-api-2.0.13 vs spec/models/repository_webhook_spec.rb in cloudsmith-api-2.0.14

- old
+ new

@@ -63,10 +63,10 @@ end describe 'test attribute "events"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["*", "package.created", "package.deleted", "package.downloaded", "package.failed", "package.security_scanned", "package.synced", "package.syncing", "package.tags_updated"]) + # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["*", "package.created", "package.deleted", "package.downloaded", "package.failed", "package.quarantined", "package.released", "package.restored", "package.security_scanned", "package.synced", "package.syncing", "package.tags_updated"]) # validator.allowable_values.each do |value| # expect { @instance.events = value }.not_to raise_error # end end end