Implement `has_file' condition keyword

This commit is contained in:
Thibault Jouan
2013-08-17 17:10:48 +00:00
parent 3492382968
commit 2cbe1726f7
7 changed files with 69 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
Given(/^a remote file named "(.*?)"$/) do |file_name|
write_file file_name, ''
end