Adding steps to implement the "Home page" scenario
commit882fed23f792fc6ef8e349ae2207b5cd5afbf568
authorKarel Minarik <karmi@karmi.cz>
Mon, 7 Sep 2009 21:47:47 +0000 (7 23:47 +0200)
committerKarel Minarik <karmi@karmi.cz>
Wed, 9 Sep 2009 10:10:00 +0000 (9 12:10 +0200)
tree11026cb662ff337ac8c0b2efa9e471e6e7426d06
parent533042135616198324ec5eb5feb953ffde8a9564
Adding steps to implement the "Home page" scenario

NOTES
-----

* `visit` is Webrat method (http://docs.rdocul.us/webrat/master/classes/Webrat/Session.html#M000092)
* We are using standard Test::Unit assertions
features/step_definitions/homepage_steps.rb [new file with mode: 0644]