diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-14 16:48:08 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-14 16:48:08 +0000 |
commit | d48bfd58f6ff26b2a34aa8d71d9d691f9fbc10e2 (patch) | |
tree | c026e8e6639f7f9ceed92b75fb8ed657c566d788 /vendor/plugins/interlock/TEST_HOWTO | |
parent | f8cf582f8c7461bfd680aac9c87cb5377c39c30c (diff) | |
parent | 0747a2d66f65fd22d8ea275d9df29a7981a46d07 (diff) |
Merge branch 'release/0.7' into wdtk
Diffstat (limited to 'vendor/plugins/interlock/TEST_HOWTO')
-rw-r--r-- | vendor/plugins/interlock/TEST_HOWTO | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/plugins/interlock/TEST_HOWTO b/vendor/plugins/interlock/TEST_HOWTO deleted file mode 100644 index f52491fdd..000000000 --- a/vendor/plugins/interlock/TEST_HOWTO +++ /dev/null @@ -1,20 +0,0 @@ -Steps to run the tests. - - $ mkdir test/integration/app/log - $ RAILS_ENV=development; export RAILS_ENV - -If you don't run mysql as root, edit the user in test/integration/app/config/database.yml, -and grant him permissions to create new tables (/opt/local/lib/mysql5/bin/mysql -u root -p). - - $ sudo gem install multi_rails echoe - $ rake - -To run an individual suite, first run: - - $ ruby test/setup.rb - -Then: - - $ ruby test/unit/finder_test.rb - -etc. |