mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 19:41:33 +02:00
add missing fixtures to CustomFieldTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13374 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class CustomFieldTest < ActiveSupport::TestCase
|
||||
fixtures :custom_fields
|
||||
fixtures :custom_fields, :roles, :projects, :issues
|
||||
|
||||
def test_create
|
||||
field = UserCustomField.new(:name => 'Money money money', :field_format => 'float')
|
||||
|
||||
Reference in New Issue
Block a user