gaffo / webrat_rails_bugs

Bug verification of webrat issues

This URL has Read+Write access

name age message
file .gitignore Tue Jan 06 18:00:13 -0800 2009 more niceitys [gaffo]
file .gitmodules Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
file .loadpath Tue Jan 06 17:45:44 -0800 2009 addnig eclpse files [gaffo]
file .project Tue Jan 06 17:45:44 -0800 2009 addnig eclpse files [gaffo]
file README Tue Jan 06 18:14:29 -0800 2009 updated readme [gaffo]
file Rakefile Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
directory app/ Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
directory config/ Tue Jan 06 18:02:14 -0800 2009 cleaned up routes [gaffo]
directory db/ Tue Jan 06 17:58:51 -0800 2009 baseline of app [gaffo]
directory doc/ Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
directory log/ Tue Jan 06 17:59:41 -0800 2009 added in placeholders for log and temp [gaffo]
directory public/ Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
directory script/ Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
directory test/ Tue Jan 06 20:45:22 -0800 2009 baselining the basic integration test [mike.gaffney]
directory tmp/ Tue Jan 06 17:59:41 -0800 2009 added in placeholders for log and temp [gaffo]
directory vendor/ Tue Jan 06 17:41:32 -0800 2009 webrat bug testing ici [gaffo]
README
=== Welcome to webrat rails bugs app

Basically in here will be a branch for each lighthouse bug that has been verified. The branch
will be named lh_### where ### is the ticket number of the Lighthouse bug report. 

To make a new one, just make a branch off of master (master is kept up to date with a simple baseline of webrat).

For example for ticket 31, do a:

git checkout -b lh_31 master

=== Starting from scratch

git clone git://github.com/gaffo/webrat_rails_bugs.git
git checkout -b lh_31 master