summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-02-04 10:09:40 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commit2836e9453618d9cc7dc64cb99651c4e5a40fb11c (patch)
treea1f6740c5e0b7c0679d45788465156a0e97ad71e /test/test_helper.rb
parent1765981c8c0c3f2eddfd326e83505910be97e01c (diff)
separate test setup test from actual test
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 4a9ca6b..da8b88c 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -9,3 +9,6 @@ require 'mocha/setup'
require 'tapicero/version'
Tapicero::CONFIGS << "test/config.yaml"
require 'tapicero'
+
+
+require_relative 'support/integration_test'