Given(/^I have a root directory$/) do pending # express the regexp above with the code you wish you had end And(/^There is a posts directory in the root directory$/) do pending # express the regexp above with the code you wish you had end When(/^I initialize initialize the file pipeline$/) do pending # express the regexp above with the code you wish you had end Then(/^I should have a stack of input files$/) do pending # express the regexp above with the code you wish you had end