Sha256: d6ea749003701bcefc801415acd83ff965e56a8c276eebdaeedc8c5974d020a5
Contents?: true
Size: 550 Bytes
Versions: 5
Compression:
Stored size: 550 Bytes
Contents
require 'spec_helper' describe "ey recipes apply" do given "integration" def command_to_run(opts) cmd = "recipes apply" cmd << " -e #{opts[:env]}" if opts[:env] cmd end def verify_ran(scenario) @out.should =~ /Uploaded recipes started for #{scenario[:environment]}/ end it_should_behave_like "it takes an environment name" end describe "ey recipes apply with an ambiguous git repo" do given "integration" def command_to_run(_) "recipes apply" end it_should_behave_like "it requires an unambiguous git repo" end
Version data entries
5 entries across 5 versions & 1 rubygems