Skip to content

Commit

Permalink
add mock for busser cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock authored and fnichol committed Jan 20, 2015
1 parent b59ad1f commit 68dd06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/kitchen/driver/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Slow < Base
let(:state) { Hash.new }

let(:busser) do
stub(:setup_cmd => "setup", :sync_cmd => "sync", :run_cmd => "run")
stub(:setup_cmd => "setup", :sync_cmd => "sync", :run_cmd => "run", :cleanup_cmd => "cleanup")
end

let(:transport) do
Expand Down

0 comments on commit 68dd06f

Please sign in to comment.