features/support/paths.rb in mechanical-cuke-0.1.0 vs features/support/paths.rb in mechanical-cuke-0.2.0

- old
+ new

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