From 148e4e06605e15b3481055a75d7701d2ddc72bc6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 14 Oct 2019 14:51:25 +0000 Subject: [PATCH] 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 --- test/system/issues_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index 26f78ecbe..90f2378d0 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -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', -- 2.39.5