f450070dbf
* Scaffold for Page Objekt * Using textile for rendering html * Easy wiki-links with [[wikipage]]
8 lines
151 B
Ruby
8 lines
151 B
Ruby
require 'test_helper'
|
|
|
|
class PageTest < ActiveSupport::TestCase
|
|
# Replace this with your real tests.
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|