1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 12:43:08 +00:00
redmine/wiki/test/unit/wiki_content_test.rb
Jean-Philippe Lang 003960b811 wiki initial commit
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@290 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-03-04 13:40:21 +00:00

11 lines
206 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class WikiContentTest < Test::Unit::TestCase
fixtures :wiki_contents
# Replace this with your real tests.
def test_truth
assert true
end
end