Sha256: 512ffe159c74c7db795355a847d615abed7cfa6a1cfe659a461f8337c2085de3
Contents?: true
Size: 418 Bytes
Versions: 22
Compression:
Stored size: 418 Bytes
Contents
Given /^I have setup my engineyard email\/password for API access$/ do ENV['EYRC'] = File.join(@home_path, ".eyrc") token = { ENV['CLOUD_URL'] => { "api_token" => "f81a1706ddaeb148cfb6235ddecfc1cf"} } File.open(ENV['EYRC'], "w"){|f| YAML.dump(token, f) } end When /^I have "two accounts, two apps, two environments, ambiguous"$/ do api_scenario "two accounts, two apps, two environments, ambiguous" end
Version data entries
22 entries across 22 versions & 3 rubygems