parent
8686a16e0d
commit
8fb5e8b211
@ -0,0 +1,9 @@ |
||||
class HelpController < ApplicationController |
||||
def wiki_syntax |
||||
render :layout => false |
||||
end |
||||
|
||||
def wiki_syntax_detailed |
||||
render :layout => false |
||||
end |
||||
end |
@ -0,0 +1,8 @@ |
||||
require 'test_helper' |
||||
|
||||
class HelpControllerTest < ActionController::TestCase |
||||
# Replace this with your real tests. |
||||
test "the truth" do |
||||
assert true |
||||
end |
||||
end |
Loading…
Reference in new issue