require 'test/unit' require 'kasp_checker.rb' class CheckerTest < Test::Unit::TestCase def test_some_stuff # @TODO@ Run some tests!! # Validate against the latest real schemas # But use test XML files in auditor/test/xml to verify bad input # Use one good - should expect no errors # And one bad - with every error that can be thought of. end end