Skip to content

Commit 35b59fa

Browse files
committed
Adds test for deletion of temporary installation and correct location of final installation
Signed-off-by: Graham Davison <[email protected]>
1 parent 358852e commit 35b59fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/integration/chef_automatev2/test_chef_automatev2_spec.rb

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
# its('exit_status') { should eq 0 }
33
# end
44

5+
describe file('/usr/local/bin/chef-automate') do
6+
it { should_not exist }
7+
end
8+
9+
describe file('/usr/bin/chef-automate') do
10+
it { should exist }
11+
end
12+
513
describe command('chef-automate version') do
614
its('exit_status') { should eq 0 }
715
end

0 commit comments

Comments
 (0)