Sha256: 8b6cd7409e66c3a52d0232f5774d93a34395187d19fbaba42fb48f1637b649d0

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

When /^I create a new genomer project$/ do
  step 'I successfully run `genomer init project`'
  step 'I cd to "project"'
  step 'I append to "Gemfile" with "gem \'genomer-plugin-summary\', :path =>\'../../../\'"'
end

Then /^the output should contain a valid man page$/ do
  step 'the output should not contain "md2man/roff: raw_html not implemented"'
  step 'the output should not contain "\<"'
  step 'the output should not contain "\>"'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
genomer-plugin-summary-0.0.5 features/support/genomer_steps.rb