tests/digitalocean/models/compute/image_tests.rb in fog-1.14.0 vs tests/digitalocean/models/compute/image_tests.rb in fog-1.15.0

- old
+ new

@@ -1,16 +1,16 @@ Shindo.tests("Fog::Compute[:digitalocean] | image model", ['digitalocean', 'compute']) do service = Fog::Compute[:digitalocean] image = service.images.first - + tests('The image model should') do tests('have the action') do test('reload') { image.respond_to? 'reload' } end tests('have attributes') do model_attribute_hash = image.attributes - attributes = [ + attributes = [ :id, :name, :distribution ] tests("The image model should respond to") do