Sha256: 0e5d49e87ea20e50ab5fba0b83846977c70dd0713a78d9e7854a0c7eb489eedb
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blogdown-0.0.2 | features/step_definitions/file_pipeline_steps.rb |
blogdown-0.0.1 | features/step_definitions/file_pipeline_steps.rb |