atpsoft/dohtest

View on GitHub
sample/kblah.dt.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TestKblah < DohTest::TestGroup
  def test_blah
    assert_equal(4, 1 + 2)
  end
end