correct builder test name in load error warning, fixes #196.

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
elij 2011-02-27 09:45:26 +01:00 committed by Konstantin Haase
parent 78bd56cc99
commit 3edbafe525
1 changed files with 1 additions and 1 deletions

View File

@ -91,5 +91,5 @@ class BuilderTest < Test::Unit::TestCase
end
rescue LoadError
warn "#{$!.to_s}: skipping less tests"
warn "#{$!.to_s}: skipping builder tests"
end