##// END OF EJS Templates
add asserting that issue estimated hours is nil when creating minimal issue...
Toshi MARUYAMA -
r10180:d1606fd3e35d
parent child
Show More
@@ -51,6 +51,7 class IssueTest < ActiveSupport::TestCase
51 51 :subject => 'test_create')
52 52 assert issue.save
53 53 assert issue.description.nil?
54 assert_nil issue.estimated_hours
54 55 end
55 56
56 57 def test_create_with_required_custom_field
General Comments 0
You need to be logged in to leave comments. Login now