##// END OF EJS Templates
add missing fixtures to CustomFieldTest...
Toshi MARUYAMA -
r13018:652ea628ad0d
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 CustomFieldTest < ActiveSupport::TestCase
20 class CustomFieldTest < ActiveSupport::TestCase
21 fixtures :custom_fields
21 fixtures :custom_fields, :roles, :projects, :issues
22
22
23 def test_create
23 def test_create
24 field = UserCustomField.new(:name => 'Money money money', :field_format => 'float')
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