Register a Layout with display information

This commit is contained in:
Thibault Jouan
2015-04-10 06:12:08 +00:00
parent b9b2bff853
commit de3fca228e
3 changed files with 24 additions and 0 deletions

View File

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