summaryrefslogtreecommitdiff
path: root/t/test-parser.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:43:36 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:43:36 +0000
commit8102e1c720ee5c7b51a5f522b844979845f586ef (patch)
treed7520607c70f8e3a3d9679f5bd7ce6f800aabb8f /t/test-parser.rb
parentbce5062abe17c3c2fa0b7d4b15c6eb17493a17fd (diff)
Fixed include paths.
Diffstat (limited to 't/test-parser.rb')
-rwxr-xr-xt/test-parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-parser.rb b/t/test-parser.rb
index 4c1076a..358550b 100755
--- a/t/test-parser.rb
+++ b/t/test-parser.rb
@@ -1,8 +1,8 @@
-#!/usr/bin/ruby -I../parser/ -I./parser/
+#!/usr/bin/ruby -I../bin/ -Ibin/
require 'test/unit'
-require 'parser'
+require 'custodian-enqueue'