Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
jaigouk edited this page Aug 13, 2010 · 29 revisions

Cucumber can be used with Merb via the merb_cucumber plugin.

To install merb_cucumber:

sudo gem install jsmestad-merb_cucumber

(Note from jsmestad – you must uninstall david-merb_cucumber in order for this gem to take precedence.
Merb + Cucumber + Webrat testing stack. Builds upon David’s work, but binds Webrat as a dependency to hopefully ensure a smooth upgrade for future Webrat releases. Also Factory_Girl generators will be added soon.)

Then inside of a merb application directory, try:

merb-gen cucumber

I found this walk-through useful – Writing User Stories with merb_cucumber

Clone this wiki locally