Skip to content

Commit

Permalink
inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed Mar 15, 2016
1 parent 09588ef commit da8a7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/kitchen/provisioner/ansible_playbook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
end
end

describe '#prepare_inventory_file' do
describe '#prepare_inventory' do
it 'copies the inventory file to the sandbox when present' do
allow(provisioner).to receive(:sandbox_path).and_return(Dir.tmpdir)
provisioner.send(:prepare_inventory_file)
provisioner.send(:prepare_inventory)
end
end

Expand Down

0 comments on commit da8a7e5

Please sign in to comment.