Skip to content

Commit

Permalink
Revert "[digitalocean] update flavor tests to match v2 mock"
Browse files Browse the repository at this point in the history
This reverts commit 78c209d.
  • Loading branch information
geemus committed Jan 6, 2016
1 parent 78c209d commit e025d6e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/digitalocean/models/compute/flavor_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@
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|
Expand Down

0 comments on commit e025d6e

Please sign in to comment.