diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-14 18:56:16 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-14 19:03:40 +0000 |
commit | bc0cc811e80143d0255d86433a80a823d1141dd0 (patch) | |
tree | 0c5005b2b03e540d8ab562da06539414709fbc18 /vendor/plugins/interlock/test/test_helper.rb | |
parent | 6fa9c17c7cd5551489a77f6e89543b7886be51d4 (diff) | |
parent | 2c5749d4d92e6601856cef6f7e2201d06d885183 (diff) |
Diffstat (limited to 'vendor/plugins/interlock/test/test_helper.rb')
-rw-r--r-- | vendor/plugins/interlock/test/test_helper.rb | 20 |
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' |