Given /^this is pending until we fix it$/ do pending end Given /^context with Cheese$/ do pending end When /^action$/ do pending end Then /^outcome with Pepper Jack$/ do pending end