spec/spec_helper.rb in cloudstack-cli-1.5.13 vs spec/spec_helper.rb in cloudstack-cli-1.6.0

- old
+ new

@@ -3,10 +3,10 @@ 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__))}" +CONFIG = "--config-file=#{File.expand_path('cloudstack.yml', File.dirname(__FILE__))}" ZONE = "Sandbox-simulator" TEMPLATE = "CentOS 5.3(64-bit) no GUI (Simulator)" OFFERING_S = "Small Instance" OFFERING_M = "Medium Instance"