ajcollins / framework-examples forked from bret/framework-examples
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Alex Collins (author)
Tue Jan 06 15:46:48 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.idea/ | Mon Dec 15 11:01:56 -0800 2008 | |
| |
.project | Tue Jan 06 08:53:53 -0800 2009 | |
| |
README.txt | ||
| |
arc/ | Mon Dec 15 11:01:56 -0800 2008 | |
| |
cucumber/ | Mon Dec 15 11:01:56 -0800 2008 | |
| |
depot/ | ||
| |
rasta/ | Mon Dec 15 15:27:12 -0800 2008 | |
| |
rspec/ | Mon Dec 15 11:01:56 -0800 2008 | |
| |
taza/ |
README.txt
Running the sample application (depot) NOTE: all the files needed to run this app are not currently here! - use rails 1.2 - use mysql 5.0 - see depot/README.txt for more details > cd depot > ruby script\server Running tests install ruby 186-26 gem update --system gem install watir cucumber rspec win32console roo rasta taza In each test directory, run: rake -f <Rakefile> where <Rakefile> is replaced with the name of the Rakefile eg Rakefile, rakefile.rb etc

