uh-wm/features/steps/filesystem_steps.rb
2015-04-12 21:04:29 +00:00

4 lines
87 B
Ruby

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