Sha256: 662ae8f5d0c7e1677ecfff7aaea1784627eb2ec2e5b364cebb05138968a86fae
Contents?: true
Size: 439 Bytes
Versions: 42
Compression:
Stored size: 439 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 include_examples "it takes an environment name and an account name" end
Version data entries
42 entries across 42 versions & 1 rubygems