Do basic testing of all site controller methods

This commit is contained in:
Tom Hughes 2013-12-07 17:21:17 +00:00
parent 57b05b22e3
commit 04ad0f6251
2 changed files with 178 additions and 37 deletions

View file

@ -82,6 +82,12 @@ class SiteController < ApplicationController
def about
end
def export
end
def offline
end
def preview
render :text => RichText.new(params[:format], params[:text]).to_html
end