add missing fixtures to test/unit/changeset_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@14230 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2015-04-30 05:55:05 +00:00
parent cf7704f314
commit a78b6903e6

View File

@@ -22,6 +22,8 @@ require File.expand_path('../../test_helper', __FILE__)
class ChangesetTest < ActiveSupport::TestCase
fixtures :projects, :repositories,
:issues, :issue_statuses, :issue_categories,
:journals, :journal_details,
:workflows,
:changesets, :changes,
:enumerations,
:custom_fields, :custom_values,