spec/models/location_properties_spec.rb in ionoscloud-6.0.0.beta.1 vs spec/models/location_properties_spec.rb in ionoscloud-6.0.0.beta.2

- old
+ new

@@ -32,13 +32,9 @@ end describe 'test attribute "features"' 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>', ["SSD", "SSD_STORAGE_ZONING"]) - # validator.allowable_values.each do |value| - # expect { instance.features = value }.not_to raise_error - # end end end describe 'test attribute "image_aliases"' do it 'should work' do