Skip to content

Commit

Permalink
Fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmt committed Feb 3, 2012
1 parent 081fe66 commit 8538862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/toft/node_spec.rb
Expand Up @@ -6,7 +6,7 @@

it 'should run block with puppet runner' do
puppet_runner = mock Toft::Puppet::PuppetRunner.class
puppet_runner.should_receive(:run).with('manifest')
puppet_runner.should_receive(:run).with('manifest', {})

node = Toft::Node.new("my_host", {:runner => puppet_runner})
node.run_puppet('manifest')
Expand Down

0 comments on commit 8538862

Please sign in to comment.