aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/interlock/TEST_HOWTO
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-09 19:08:59 +1100
committerHenare Degan <henare.degan@gmail.com>2013-01-18 02:02:37 +1100
commita92d95908bdc8b1f2a5111a6d36b6de210ab5c55 (patch)
tree0798af9c643925846eaea487456a2fd0781b2047 /vendor/plugins/interlock/TEST_HOWTO
parentcc91fa28cd0e64576a5f2d8e5c2cb3629636ee74 (diff)
Remove interlock as it's not compatible with Rails 3 and is unmaintained
Diffstat (limited to 'vendor/plugins/interlock/TEST_HOWTO')
-rw-r--r--vendor/plugins/interlock/TEST_HOWTO20
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.