Sha256: d03e4f08240fedec443f05fdf58c3f5b37bfb008121e878db816f239d22a3cf3

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 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-view\', :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

4 entries across 4 versions & 1 rubygems

Version Path
genomer-plugin-view-0.1.0 features/support/genomer_steps.rb
genomer-plugin-view-0.0.7 features/support/genomer_steps.rb
genomer-plugin-view-0.0.6 features/support/genomer_steps.rb
genomer-plugin-view-0.0.5 features/support/genomer_steps.rb