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