features/support/paths.rb in mechanical-cuke-0.3.1 vs features/support/paths.rb in mechanical-cuke-0.4.0

- old
+ new

@@ -13,9 +13,11 @@ '/table' when /the upload page/ '/upload' when /the protected page/ '/protected' + when /the blank form/ + '/blank_form' else raise "Can't find mapping from \"#{page_name}\" to a path.\n" + "Now, go and add a mapping in #{__FILE__}" end end