Initial commit to the repo
[kwestie.git] / test / unit / issue_test.rb
blob6b4f29d5f4f71432f8c4bedbabb4deb85903b91c
1 require File.dirname(__FILE__) + '/../test_helper'
3 class IssueTest < Test::Unit::TestCase
4   fixtures :issues
6   # Replace this with your real tests.
7   def test_truth
8     assert true
9   end
10 end