Revision 13376
Added by Toshi MARUYAMA almost 11 years ago
sandbox/rails-4.1/test/unit/custom_field_test.rb | ||
---|---|---|
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') |
Also available in: Unified diff
Merged r13374 from trunk to rails-4.1
add missing fixtures to CustomFieldTest