aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/interlock/test/test_helper.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-09 19:08:59 +1100
committerHenare Degan <henare.degan@gmail.com>2012-12-11 11:09:38 +1100
commit64a93911ebae4eaa2a1bc2b9e09d1468d77aadb9 (patch)
treec4515ab64e30bb45c34aff04bf34066ab0c6c5bf /vendor/plugins/interlock/test/test_helper.rb
parent0d533ce1d56e1ec1446774cc6fff52451a844f3f (diff)
Remove interlock as it's not compatible with Rails 3 and is unmaintained
Diffstat (limited to 'vendor/plugins/interlock/test/test_helper.rb')
-rw-r--r--vendor/plugins/interlock/test/test_helper.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/plugins/interlock/test/test_helper.rb b/vendor/plugins/interlock/test/test_helper.rb
deleted file mode 100644
index 95eb1a629..000000000
--- a/vendor/plugins/interlock/test/test_helper.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-
-$VERBOSE = nil
-require 'rubygems'
-require 'test/unit'
-require 'echoe'
-require 'multi_rails_init'
-
-if defined? ENV['MULTIRAILS_RAILS_VERSION']
- ENV['RAILS_GEM_VERSION'] = ENV['MULTIRAILS_RAILS_VERSION']
-end
-
-$rcov = ENV['RCOV']
-require 'ruby-debug' unless $rcov
-
-Echoe.silence do
- HERE = File.expand_path(File.dirname(__FILE__))
- $LOAD_PATH << HERE
-end
-
-require 'integration/app/config/environment'