Skip to content

Commit 87325fa

Browse files
author
Nuo Yan
committed
fixed CHEF-216
1 parent f7e85cb commit 87325fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/steps/files.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
Then /^'(.+)' should exist and raise error when copying$/ do |filename|
4949
File.exists?(filename).should be(true)
5050
lambda{copy(filename, filename + "_copy", false)}.should raise_error()
51+
File.delete(filename)
5152
end
5253

5354

0 commit comments

Comments
 (0)