diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-26 21:40:46 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-26 21:40:46 +0200 |
commit | ec60c83ce34b0b796e274934ebaf5bd19f1a8867 (patch) | |
tree | ffc53fc4668cdd25b0448c348643e982d782ae9f /test/unit/plugin.rb | |
parent | fbf92d1366faf831a7eb51c97ed60f4df66f11da (diff) | |
download | coderay-ec60c83ce34b0b796e274934ebaf5bd19f1a8867.tar.gz |
use assert_warning
Diffstat (limited to 'test/unit/plugin.rb')
-rwxr-xr-x | test/unit/plugin.rb | 1 |
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__) |