We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e85cb commit 87325faCopy full SHA for 87325fa
1 file changed
features/steps/files.rb
@@ -48,6 +48,7 @@
48
Then /^'(.+)' should exist and raise error when copying$/ do |filename|
49
File.exists?(filename).should be(true)
50
lambda{copy(filename, filename + "_copy", false)}.should raise_error()
51
+ File.delete(filename)
52
end
53
54
0 commit comments