summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorpseudomuto <david.muto@gmail.com>2013-12-18 15:49:32 -0500
committerpseudomuto <david.muto@gmail.com>2013-12-18 15:49:32 -0500
commit69ed82efa8319e7fbde9df95a4fad4ee96aa5074 (patch)
tree965568b45fa1485bcc6b7c19e1ec4ec93813e2c0 /test/test_helper.rb
parent4a042c5cfef6d29d509af12830d11304578fa6aa (diff)
adding haml to dev dependencies so all tests run
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