mirror of
https://github.com/redmine/redmine.git
synced 2026-03-03 19:11:28 +01:00
add asserting that issue estimated hours is nil when creating minimal issue
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10363 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -51,6 +51,7 @@ class IssueTest < ActiveSupport::TestCase
|
||||
:subject => 'test_create')
|
||||
assert issue.save
|
||||
assert issue.description.nil?
|
||||
assert_nil issue.estimated_hours
|
||||
end
|
||||
|
||||
def test_create_with_required_custom_field
|
||||
|
||||
Reference in New Issue
Block a user