use "test do" syntax for Issue system test "update issue with form update"

git-svn-id: http://svn.redmine.org/redmine/trunk@18655 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-14 14:51:25 +00:00
parent a4133891e4
commit 148e4e0660

View File

@@ -189,7 +189,7 @@ class IssuesTest < ApplicationSystemTestCase
assert_equal 'new issue description', issue.description
end
def test_update_issue_with_form_update
test "update issue with form update" do
field = IssueCustomField.create!(
:field_format => 'string',
:name => 'Form update CF',