Sha256: 1f75d1f790bd0efa5883fc4b3e02aa605f728c12bc7f60d8c60cabee95027aef
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
Given(/^I have Openstack credentials available$/) do fail unless ENV['RAX_USERNAME'] && ENV['RAX_API_KEY'] end Given(/^I have a "fog_mock.rb" file$/) do script = File.open("features/support/fog_mock.rb").read steps %Q{ Given a file named "fog_mock.rb" with: """ #{script} """ } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-openstack-provider-0.1.2 | features/steps/sdk_steps.rb |
vagrant-openstack-provider-0.1.1 | features/steps/sdk_steps.rb |
vagrant-openstack-provider-0.1 | features/steps/sdk_steps.rb |