@@ -51,6 +51,7 class IssueTest < ActiveSupport::TestCase | |||||
51 | :subject => 'test_create') |
|
51 | :subject => 'test_create') | |
52 | assert issue.save |
|
52 | assert issue.save | |
53 | assert issue.description.nil? |
|
53 | assert issue.description.nil? | |
|
54 | assert_nil issue.estimated_hours | |||
54 | end |
|
55 | end | |
55 |
|
56 | |||
56 | def test_create_with_required_custom_field |
|
57 | def test_create_with_required_custom_field |
General Comments 0
You need to be logged in to leave comments.
Login now