test/testbase.rb in rmail-1.0.0 vs test/testbase.rb in rmail-1.1.0
- old
+ new
@@ -37,10 +37,10 @@
require 'pp'
rescue LoadError
end
class TestBase < Test::Unit::TestCase
- include Config
+ include RbConfig
attr_reader :scratch_dir
def test_nothing
assert(true) # Appease Test::Unit