mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-30 20:29:37 +00: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:
parent
ba44348fff
commit
652ea628ad
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user