Add preview functionality to rich text controls

This commit is contained in:
Tom Hughes 2012-03-03 18:40:44 +00:00
parent b6163f0fc2
commit 561f2f694a
15 changed files with 191 additions and 8 deletions

View file

@ -54,6 +54,10 @@ class SiteControllerTest < ActionController::TestCase
{ :path => "/go/shortcode", :method => :get },
{ :controller => "site", :action => "permalink", :code => "shortcode" }
)
assert_routing(
{ :path => "/preview/formatname", :method => :get },
{ :controller => "site", :action => "preview", :format => "formatname" }
)
end
## Lets check that we can get all the pages without any errors