blob: 9419b4aa3faedfd97500d7bc1413ad981fff62e5 [file] [log] [blame]
require 'rubygems'
require 'require_relative' if RUBY_VERSION =~ /^1\.8/
require 'minitest/autorun'
require_relative '../lib/deltacloud.rb'
# Configuration:
API_HOST = 'localhost'
API_PORT = '3001'
API_PATH = '/api'
API_NAME = 'mockuser'
API_PASSWORD = 'mockpassword'
API_URL = "http://#{API_HOST}:#{API_PORT}#{API_PATH}"