Skip to content

Commit

Permalink
fixes #15054 - stub calls to CR in ComputeAttribute factory
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal authored and dLobatog committed May 24, 2016
1 parent 34190ce commit 2b79099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/factories/compute_resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
:flavor_id => 'm1.small',
:availability_zone => 'eu-west-1a'
})
before(:create) { |attr| attr.stubs(:pretty_vm_attrs).returns('m1.small VM') }
end

factory :compute_profile do
Expand Down

0 comments on commit 2b79099

Please sign in to comment.