features/support/paths.rb in noodall-form-builder-0.0.8 vs features/support/paths.rb in noodall-form-builder-0.0.9

- old
+ new

@@ -36,10 +36,11 @@ Factory(:page_a, :publish => true, :parent => node) end node_path(node) when /^that page$/ node_path(@_content) - + when /^the form builder admin page$/ + noodall_admin_forms_path when /^the article list page$/ node_path(@_content) when /content titled "([^\"]*)"$/ node_path(Node.find_by_title($1)) else