spec/foreman/cli_spec.rb in foreman-0.20.0 vs spec/foreman/cli_spec.rb in foreman-0.21.0
- old
+ new
@@ -17,10 +17,10 @@
describe "with a Procfile" do
before(:each) { write_procfile }
it "runs successfully" do
dont_allow(subject).error
- mock.instance_of(Foreman::Engine).start({})
+ mock.instance_of(Foreman::Engine).start
subject.start
end
end
end