require File.dirname(__FILE__) + '/test_helper.rb' class TestRubyCyrusSasl < Test::Unit::TestCase def setup end def test_truth assert true end end