# Like "I have a foo file" but gives a yaml front matter so jekyll actually processes it Given(/^I have an? "(.*)" page(?: with (.*) "(.*)")? that contains "(.*)"$/) do |file, key, value, text| File.open(file, 'w') do |f| f.write <