spec/hobo/helpers/shell_spec.rb in hobo-inviqa-0.0.7.pre.rc3 vs spec/hobo/helpers/shell_spec.rb in hobo-inviqa-0.0.7
- old
+ new
@@ -1,6 +1,6 @@
-require 'spec_helper'
+require 'hobo/helper/shell'
describe Hobo::Helper do
describe "bundle_shell" do
it "should execute command with bundle exec if bundle present"
it "should execte command normally if no bundle present"
@@ -16,6 +16,6 @@
it "should buffer all command output in a temporary file"
it "should throw Hobo::ExternalCommandError on non-zero exit code"
it "should colour stderr output with red"
it "should set ENV args for command if specified with :env"
end
-end
+end
\ No newline at end of file