foodsoft/vendor/plugins/wikicloth/test/wiki_cloth_test.rb
Benjamin Meichsner 5d9385cde4 Changed wiki parser to wikicloth.
* Temporarly removing of TOC.
2009-08-11 14:30:35 +02:00

8 lines
156 B
Ruby

require 'test_helper'
class WikiClothTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end