summaryrefslogtreecommitdiff
path: root/t/test-parser.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 16:41:25 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 16:41:25 +0000
commitfc75adb85d83cebc21bc7e6831d1eddebf6ce4bd (patch)
tree75dee415c06da7e0bac61c5aa9360fea69c39be9 /t/test-parser.rb
parent11286fd4a12f018589e3e16059a4a6f7a165c5ed (diff)
Moved parser code into its own file, and updated main script + test suite to use it.
Diffstat (limited to 't/test-parser.rb')
-rwxr-xr-xt/test-parser.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/test-parser.rb b/t/test-parser.rb
index e92c5e8..dea0548 100755
--- a/t/test-parser.rb
+++ b/t/test-parser.rb
@@ -1,9 +1,10 @@
-#!/usr/bin/ruby1.8 -I./bin/ -I../bin/
+#!/usr/bin/ruby1.8 -I./lib/ -I../lib/
require 'json'
require 'test/unit'
-load 'custodian-enqueue'
+require 'custodian/parser'
+