Skip to content

Commit

Permalink
note about rails3
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jul 9, 2010
1 parent 3802a06 commit 3da3668
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Spork is Tim Harper's implementation of test server (similar to the script/spec_

Spork runs on POSIX systems using fork. It also runs on windows by pre-populating a pool of ready processes (referred to here as the "magazine" strategy).

== RAILS 3

Rails 3.0 support is in progress, but is not ready. The master branch is stable and works with rails 2.3.x.

Rspec 2.x support is not ready either.

If you want to help, see the rails3 branch.

== Supported Testing Frameworks

* Rspec
Expand Down

0 comments on commit 3da3668

Please sign in to comment.