summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-08-05 02:07:59 -0700
committerelijah <elijah@riseup.net>2013-08-05 02:07:59 -0700
commitd355aca3f2d913e6fad9913064f217b45afb8061 (patch)
tree6a1d229b76fd3ab22aabc6cfa6faeacae89c4633 /test
parent63ab91606173a34bb34dfa61164dc20e0a505e77 (diff)
added 'foreground' start option (start, but don't daemonize)
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 187ee05..5d95cfd 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -5,6 +5,8 @@ require 'minitest/autorun'
require 'webmock/minitest'
require 'nickserver'
+TESTING = true
+
class MiniTest::Unit::TestCase
# Add global extensions to the test case class here