Implement `has_file' condition keyword
This commit is contained in:
3
features/steps/remote_steps.rb
Normal file
3
features/steps/remote_steps.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Given(/^a remote file named "(.*?)"$/) do |file_name|
|
||||
write_file file_name, ''
|
||||
end
|
Reference in New Issue
Block a user