summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index d2337c5..b4bbd9e 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -2,6 +2,7 @@ require 'rack/test'
require 'stringio'
require 'test/unit'
require 'tmpdir'
+require_relative '../lib/dashing'
ENV['RACK_ENV'] = 'test'
WORKING_DIRECTORY = Dir.pwd.freeze
@@ -31,4 +32,4 @@ module Dashing
class Test < Test::Unit::TestCase
include Rack::Test::Methods
end
-end \ No newline at end of file
+end