foeken / webrat_story_steps

A set of commonly used story steps that allow anyone to write rspec stories!

This URL has Read+Write access

name age message
file .gitignore Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
file History.txt Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
file Manifest.txt Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
file README.txt Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
file Rakefile Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
file SELENIUM Wed Sep 24 03:04:21 -0700 2008 Added thanks to Notch8 and added use of 'seleni... [nedap]
directory generators/ Wed Sep 24 03:09:56 -0700 2008 Removed unneeded selenium generators [nedap]
file init.rb Tue Aug 19 03:37:37 -0700 2008 initial commit [nedap]
directory lib/ Wed Oct 01 00:15:40 -0700 2008 Add stuff for packing it into a gem [dbussink]
directory tasks/ Wed Sep 24 03:04:21 -0700 2008 Added thanks to Notch8 and added use of 'seleni... [nedap]
README.txt
= Webrat Story Steps collection

* http://www.movesonrails.com/articles/2008/08/19/webrat-story-steps

== DESCRIPTION:

Author:      Andre Foeken - Nedap
Article:     http://www.movesonrails.com/articles/2008/08/19/webrat-story-steps
Bug Tracker: http://nedaphealthcare.lighthouseapp.com/projects/15738/home

Selection of commonly used steps to speed up rspec story creation.

Install:

- Rspec
- Rspec On Rails
- Chronic

- This plugin
  CLONE @ git://github.com/foeken/webrat_story_steps.git

- Adapted Webrat plugin (http://github.com/foeken/webrat)
  CLONE @ git://github.com/foeken/webrat.git

Installation:

- Install my forked Webrat in your vendor/plugins directory
- Copy the webrat_story_steps directory to your vendor/plugins directory
- Run ./script/generate stories

- Start writing stories!

* Read the Wiki for all the possible steps
* Make sure that you read the stories/custom_steps/required_model_attributes.rb file to prevent any validation warnings!


Customizing:

You can add you own steps (that apply ONLY to your app) to the custom_steps directory that was generated. Just as you 
would have added normal Rspec steps. Please submit any general steps!

Note that these steps should mix with any steps you have already defined as long as the step group names differ.

Selenium:

Read the SELENIUM file for more info on how to drive selenium with these same steps! (No changes required to your 
stories)