@@ -18,7 +18,7 | |||
|
18 | 18 | require File.expand_path('../../test_helper', __FILE__) |
|
19 | 19 | |
|
20 | 20 | class CustomFieldTest < ActiveSupport::TestCase |
|
21 | fixtures :custom_fields | |
|
21 | fixtures :custom_fields, :roles, :projects, :issues | |
|
22 | 22 | |
|
23 | 23 | def test_create |
|
24 | 24 | field = UserCustomField.new(:name => 'Money money money', :field_format => 'float') |
General Comments 0
You need to be logged in to leave comments.
Login now