Fix remaining tests

This commit is contained in:
2015-09-03 19:21:02 -04:00
parent 02662a0853
commit 9d63320331
11 changed files with 464 additions and 462 deletions

View File

@@ -22,6 +22,7 @@ require 'tempfile'
class WikiPage < ActiveRecord::Base
attr_accessible :title, :front_page, :content, :description
attr_writer :type
# Plugins
acts_as_paranoid