##// END OF EJS Templates
add missing fixture to test/unit/enabled_module_test.rb...
Toshi MARUYAMA -
r13189:3815bb3bdc9b
parent child
Show More
@@ -18,7 +18,7
18 require File.expand_path('../../test_helper', __FILE__)
18 require File.expand_path('../../test_helper', __FILE__)
19
19
20 class EnabledModuleTest < ActiveSupport::TestCase
20 class EnabledModuleTest < ActiveSupport::TestCase
21 fixtures :projects, :wikis
21 fixtures :projects, :trackers, :issue_statuses, :wikis
22
22
23 def test_enabling_wiki_should_create_a_wiki
23 def test_enabling_wiki_should_create_a_wiki
24 CustomField.delete_all
24 CustomField.delete_all
General Comments 0
You need to be logged in to leave comments. Login now