Given /^I have a blank site$/ do pending end Given /^I have an "(.*)" file( with a "(.*)" layout)? that contains "(.*)"$/ do |file, layout, text| pending end Given /^I have a (.*) layout that contains "(.*)"$/ do |layout, text| pending end Given /^I have a (.*) directory$/ do |dir| pending end Given /^I have the following post:$/ do |table| pending end When /^I run jekyll$/ do pending end Then /^the (.*) directory should exist$/ do |dir| pending end Then /^I should see "(.*)" in "(.*)"$/ do |text, file| pending end