Actualiza a Redmine 3.4.13
This commit is contained in:
parent
807ff3308d
commit
ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions
|
@ -22,6 +22,10 @@ require File.expand_path('../../test_helper', __FILE__)
|
|||
class WikiTest < ActiveSupport::TestCase
|
||||
fixtures :projects, :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions
|
||||
|
||||
def setup
|
||||
User.current = nil
|
||||
end
|
||||
|
||||
def test_create
|
||||
wiki = Wiki.new(:project => Project.find(3))
|
||||
assert !wiki.save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue