Skip to content

Commit

Permalink
a note about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jan 22, 2012
1 parent 3a08a4d commit 8d41678
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ Finally, run spork. A spec DRb server will be running!

spork

== Running tests

=== Specs

bundle exec rspec spec

=== Features (cucumber)

bundle exec cucumber features

To run against one a different gemset (see features/gemsets), specifying a name like follows:

GEMSET=rails3.2 bundle exec cucumber features/

== TODO

* Create spork-rails version to work agains Rails 2.x.
Expand Down

0 comments on commit 8d41678

Please sign in to comment.