dchelimsky / merb_cucumber forked from david/merb_cucumber
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
a503489
merb_cucumber / README.textile
merb_cucumber
Merb + Cucumber integration with Webrat support.
Requirements
- merb-core >= 1.0
- cucumber >= 0.1.9
- webrat >= 0.3.1 (Optional)
First Time
Inside your merb project root, run
$ merb-gen cucumberFor Webrat support, run
$ merb-gen cucumber —session-type webratThis will also install a sample login feature that should pass if you’re using merb-auth.
Usage
To execute all the features run
$ rake featuresNotes
- When you are implementing the steps of an scenario, please use the new request test helper, if you try to use the
dispatch_to method, it won’t work as expected. - Webrat methods other than ‘visits’ are now singular only.
