repo.or.cz
/
kwestie.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial commit to the repo
[kwestie.git]
/
test
/
unit
/
issue_test.rb
blob
6b4f29d5f4f71432f8c4bedbabb4deb85903b91c
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class IssueTest < Test::Unit::TestCase
4
fixtures :issues
5
6
# Replace this with your real tests.
7
def test_truth
8
assert true
9
end
10
end