summaryrefslogtreecommitdiff
path: root/test/unit/plugin.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-09-26 21:40:46 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-09-26 21:40:46 +0200
commitec60c83ce34b0b796e274934ebaf5bd19f1a8867 (patch)
treeffc53fc4668cdd25b0448c348643e982d782ae9f /test/unit/plugin.rb
parentfbf92d1366faf831a7eb51c97ed60f4df66f11da (diff)
downloadcoderay-ec60c83ce34b0b796e274934ebaf5bd19f1a8867.tar.gz
use assert_warning
Diffstat (limited to 'test/unit/plugin.rb')
-rwxr-xr-xtest/unit/plugin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/plugin.rb b/test/unit/plugin.rb
index 2231c75..a1d06e1 100755
--- a/test/unit/plugin.rb
+++ b/test/unit/plugin.rb
@@ -1,4 +1,5 @@
require 'test/unit'
+require 'pathname'
require File.expand_path('../../lib/assert_warning', __FILE__)
$:.unshift File.expand_path('../../../lib', __FILE__)