aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/interlock/test/test_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-02-14 16:48:08 +0000
committerLouise Crow <louise.crow@gmail.com>2013-02-14 16:48:08 +0000
commitd48bfd58f6ff26b2a34aa8d71d9d691f9fbc10e2 (patch)
treec026e8e6639f7f9ceed92b75fb8ed657c566d788 /vendor/plugins/interlock/test/test_helper.rb
parentf8cf582f8c7461bfd680aac9c87cb5377c39c30c (diff)
parent0747a2d66f65fd22d8ea275d9df29a7981a46d07 (diff)
Merge branch 'release/0.7' into wdtk
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'