Commit 0b7b564a authored by Gregor Schmidt's avatar Gregor Schmidt

adding basic test, to make sure, nothing breaks

parent 913c60f7
require 'test_helper'
class HelpControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
test "renders wiki_syntax properly" do
get "wiki_syntax"
assert_select "h1", "Wiki Syntax Quick Reference"
end
test "renders wiki_syntax_detailed properly" do
get "wiki_syntax_detailed"
assert_select "h1", "Wiki Formatting"
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment