Sha256: aede764b5d08067b209e971c7283f2a6ae47b70e80f9c9d484d93dfe45e7fd10
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
Given /^I have setup my engineyard email\/password for API access$/ do ENV['EYRC'] = File.join(@home_path, ".eyrc") token = { "api_token" => "f81a1706ddaeb148cfb6235ddecfc1cf"} File.open(ENV['EYRC'], "w"){|f| YAML.dump(token, f) } end When /^I have "two accounts, two apps, two environments, ambiguous" in AppCloud$/ do api_scenario "two accounts, two apps, two environments, ambiguous" end # has a known public IP in its hostname ec2-174-129-7-113.compute-1.amazonaws.com When /^I have "two apps" in AppCloud$/ do api_scenario "two apps" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
engineyard-dns-1.1.0 | features/step_definitions/ey_api_steps.rb |