spec/support/feature_helpers.rb in vmc-0.5.0.beta.6 vs spec/support/feature_helpers.rb in vmc-0.5.0.beta.7

- old
+ new

@@ -1,6 +1,7 @@ def vmc_ok(argv) with_output_to do |out| + Mothership.new.exit_status 0 code = VMC::CLI.start(argv + ["--no-script"]) yield out.string.strip_progress_dots if block_given? expect(code).to eq 0 end end