This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0fad3f2d67a961470dc89fcbe5fd022561bff049
tree 69afaae092ea876221cea53e876cfc12b6431204
parent 1bedb3650c2882799df90d6276b08b00ccf5f890
tree 69afaae092ea876221cea53e876cfc12b6431204
parent 1bedb3650c2882799df90d6276b08b00ccf5f890
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 19 08:09:25 -0700 2008 | |
| |
Generators | Wed Nov 19 11:14:24 -0800 2008 | |
| |
LICENSE | Fri Oct 17 14:07:22 -0700 2008 | |
| |
README.textile | Sat Nov 08 12:43:54 -0800 2008 | |
| |
Rakefile | Sat Nov 29 00:54:55 -0800 2008 | |
| |
TODO | Fri Oct 24 14:53:52 -0700 2008 | |
| |
lib/ | ||
| |
merb_cucumber.gemspec | Sat Nov 29 00:54:55 -0800 2008 | |
| |
spec/ | Wed Nov 19 11:18:16 -0800 2008 |
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.








