4 lines
87 B
Ruby
4 lines
87 B
Ruby
Given /^a file named ([^ ]+) with:$/ do |path, content|
|
|
write_file path, content
|
|
end
|