spec/paraduct/runner_spec.rb in paraduct-0.0.1.beta4 vs spec/paraduct/runner_spec.rb in paraduct-0.0.1.beta5

- old
+ new

@@ -42,10 +42,10 @@ DATABASE=mysql EOS end - it { expect{ subject }.to raise_error(Paraduct::ProcessError, stdout) } + it { expect{ subject }.to raise_error(Paraduct::Errors::ProcessError, stdout) } end end context "with single command" do let(:script){ 'echo RUBY=${RUBY}' }