Revert "[digitalocean] update flavor tests to match v2 mock"

This reverts commit 78c209d1f9.
This commit is contained in:
geemus 2016-01-06 15:55:28 -06:00
parent 78c209d1f9
commit e025d6e5ba
1 changed files with 2 additions and 9 deletions

View File

@ -10,15 +10,8 @@ Shindo.tests("Fog::Compute[:digitalocean] | flavor model", ['digitalocean', 'com
tests('have attributes') do
model_attribute_hash = flavor.attributes
attributes = [
:available,
:disk,
:memory,
:price_hourly,
:price_monthly,
:regions,
:slug,
:transfer,
:vcpus
:id,
:name,
]
tests("The flavor model should respond to") do
attributes.each do |attribute|