Merge pull request #898 from bambycha/editable

Disable editing from UI
This commit is contained in:
Dawa Ometto
2014-11-22 12:15:24 +01:00
14 changed files with 199 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ context "Frontend" do
@path = cloned_testpath("examples/revert.git")
@wiki = Gollum::Wiki.new(@path)
Precious::App.set(:gollum_path, @path)
Precious::App.set(:wiki_options, {})
Precious::App.set(:wiki_options, {allow_editing: true})
end
teardown do