projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
unit
/
ruby
/
gestalt
/
rule_test.rb
1
require 'test/unit'
2
require File.dirname(__FILE__) + '/../../../../ruby/gestalt'
3
4
class RuleTest < Test::Unit::TestCase
5
6
def test_here
7
8
end
9
end
10
11