diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-14 14:51:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-14 14:51:25 +0000 |
commit | 148e4e06605e15b3481055a75d7701d2ddc72bc6 (patch) | |
tree | db2974a4dfefa57d1630e08806d591a848cd94ae /test | |
parent | a4133891e47f8b27278fd6daa54742c2b8aa822a (diff) | |
download | redmine-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.rb | 2 |
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', |