Codebase list ohcount / lintian-fixes/main test / unit / ruby / gestalt / rule_test.rb
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

rule_test.rb @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
9
require 'test/unit'
require File.dirname(__FILE__) + '/../../../../ruby/gestalt'

class RuleTest < Test::Unit::TestCase

	def test_here

	end
end