Sha256: 41b13e2ae8a4803ced4ca5c2552d9bd0343929132947f40998affbe887abc207
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
require "cloudstack-cli" require "minitest/spec" require "minitest/autorun" require "minitest/pride" # make the config file setup awailable to all specs CONFIG = "--config-file=#{File.expand_path('cloudstack-cli.yml', File.dirname(__FILE__))}" ZONE = "Sandbox-simulator" TEMPLATE = "CentOS 5.3(64-bit) no GUI (Simulator)" OFFERING_S = "Small Instance" OFFERING_M = "Medium Instance"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloudstack-cli-1.5.13 | spec/spec_helper.rb |
cloudstack-cli-1.5.12 | spec/spec_helper.rb |