Add sitemap functionality and better documentation

This commit is contained in:
2014-11-05 20:21:57 +01:00
parent 6afc9bdae9
commit b6fec4f880
9 changed files with 323 additions and 228 deletions
@@ -2,10 +2,12 @@ require 'spec_helper'
describe Cmtool::PagesController, type: :controller do
routes { Cmtool::Engine.routes }
describe 'GET index' do
it "should render standard view when tree is available" do
create_pages_tree
expect{ get :index }.not_to raise_error
end
end
end