From 8fd8efa6fcf785ad18507954df2602355aab677e Mon Sep 17 00:00:00 2001 From: Diego Carrion Date: Sun, 18 Apr 2010 14:04:22 -0300 Subject: [PATCH] improved instructions on running a single test suite on actionpack --- actionpack/RUNNING_UNIT_TESTS | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/actionpack/RUNNING_UNIT_TESTS b/actionpack/RUNNING_UNIT_TESTS index 16b1198..684ca68 100644 --- a/actionpack/RUNNING_UNIT_TESTS +++ b/actionpack/RUNNING_UNIT_TESTS @@ -11,6 +11,12 @@ Rake can be found at http://rake.rubyforge.org If you only want to run a single test suite, or don't want to bother with Rake, you can do so with something like: + ruby -Itest test/controller/base_tests.rb + + ruby -Ctest controller/base_tests.rb + +Or from the test directory: + ruby controller/base_tests.rb == Dependency on ActiveRecord and database setup @@ -21,4 +27,3 @@ actionpack/../activerecord directory, or the sqlite rubygem is not installed, these tests are skipped. Other tests are runnable from a fresh copy of actionpack without any configuration. - -- 1.6.5.2