diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-06 13:54:48 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-07-06 13:54:48 -0700 |
commit | 1ec090e3929f4717968c01b049afbf5b47c39f99 (patch) | |
tree | f7540d18bb650c1a6a436fd1df27b074c913f484 /actionpack | |
parent | 374fd6693a5aacccb3f5af33c4c1524cf109dd3b (diff) | |
parent | 2d313efcb1241c16cc7d731456873042991dddde (diff) | |
download | rails-1ec090e3929f4717968c01b049afbf5b47c39f99.tar.gz rails-1ec090e3929f4717968c01b049afbf5b47c39f99.tar.bz2 rails-1ec090e3929f4717968c01b049afbf5b47c39f99.zip |
Merge pull request #11337 from arunagw/actionview-rdoc
RUNNING_UNIT_TESTS tweaks.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS.rdoc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc index 1b29abd2d1..08767ae133 100644 --- a/actionpack/RUNNING_UNIT_TESTS.rdoc +++ b/actionpack/RUNNING_UNIT_TESTS.rdoc @@ -15,13 +15,3 @@ To run a single test suite which can be further narrowed down to one test: rake test TEST=path/to/test.rb TESTOPTS="--name=test_something" - -== Dependency on Active Record and database setup - -Test cases in the test/active_record/ directory depend on having -activerecord and sqlite installed. If Active Record is not in -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. - |