features/support/genomer_steps.rb in genomer-plugin-summary-0.0.4 vs features/support/genomer_steps.rb in genomer-plugin-summary-0.0.5
- old
+ new
@@ -1,5 +1,11 @@
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