features/support/paths.rb in mechanical-cuke-0.3.0 vs features/support/paths.rb in mechanical-cuke-0.3.1
- old
+ new
@@ -11,9 +11,11 @@
'/form'
when /the table page/
'/table'
when /the upload page/
'/upload'
+ when /the protected page/
+ '/protected'
else
raise "Can't find mapping from \"#{page_name}\" to a path.\n" +
"Now, go and add a mapping in #{__FILE__}"
end
end