I finally have the basics of cucumber working with Scenario Outlines.
There are two things I need next:

1 - Instead of "When I go to /login" I would like the option of
writing "When I go to login" or When I go to :login"  whereby if I
don't pass in something that looks like a path, it will use the merb
url() method to to get the path by name.  Does someone have a hacked
version of common_webrat.rb

2 - Not sure the appropriate way to load sample data for cucumber
tests.  Are these called fixtures in cucumber?  What are others doing
here for datamapper test data?

thanks, Jon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to