Add preview functionality to rich text controls
This commit is contained in:
parent
b6163f0fc2
commit
561f2f694a
15 changed files with 191 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue