Sha256: 612a5e34973d6342c40f398f1b1ffbecb53ed6e32b445273c7c3a6032822ae5d
Contents?: true
Size: 436 Bytes
Versions: 10
Compression:
Stored size: 436 Bytes
Contents
require 'spec_helper' describe "ey rebuild" do given "integration" def command_to_run(opts) cmd = "rebuild" cmd << " --environment #{opts[:environment]}" if opts[:environment] cmd << " --account #{opts[:account]}" if opts[:account] cmd end def verify_ran(scenario) @out.should =~ /Rebuilding #{scenario[:environment]}/ end it_should_behave_like "it takes an environment name and an account name" end
Version data entries
10 entries across 10 versions & 1 rubygems