summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-01-06 10:24:43 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commit87d76281eb374f4c4538fe5bf5b774b73dd5d7e3 (patch)
tree936913499080574af13b4b1c48fe6d4fd07e9cc1 /test/test_helper.rb
parent88083a47eb042fd5b3f6cfd9cae1e087bc9fa072 (diff)
first interesting tests
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 3857e2c..227cde5 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -6,5 +6,5 @@ $:.unshift File.expand_path('lib', BASE_DIR)
require 'mocha/setup'
-TAPICERO_CONFIG = "test/config/config.yaml"
+TAPICERO_CONFIG = "test/config.yaml"
require 'tapicero'