Skip to content

Commit

Permalink
Fixed EC2 mock driver (driver and module needs to be initialized befo…
Browse files Browse the repository at this point in the history
…re Cucumber)

git-svn-id: https://svn.apache.org/repos/asf/incubator/deltacloud/trunk@1063189 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mfojtik committed Jan 25, 2011
1 parent 63f3903 commit 5296513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/lib/deltacloud/base_driver/mock_driver.rb
Expand Up @@ -2,6 +2,10 @@

# Create 'mock' version of original driver client/gem:

# Initialize driver and include Deltacloud
include Deltacloud
driver

module Mock

class Ec2 < Aws::Ec2
Expand Down

0 comments on commit 5296513

Please sign in to comment.