summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-14 14:51:25 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-14 14:51:25 +0000
commit148e4e06605e15b3481055a75d7701d2ddc72bc6 (patch)
treedb2974a4dfefa57d1630e08806d591a848cd94ae /test
parenta4133891e47f8b27278fd6daa54742c2b8aa822a (diff)
downloadredmine-148e4e06605e15b3481055a75d7701d2ddc72bc6.tar.gz
redmine-148e4e06605e15b3481055a75d7701d2ddc72bc6.zip
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
Diffstat (limited to 'test')
-rw-r--r--test/system/issues_test.rb2
1 files changed, 1 insertions, 1 deletions
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',