]> source.dussan.org Git - redmine.git/commitdiff
use "test do" syntax for Issue system test "update issue with form update"
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:51:25 +0000 (14:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 14 Oct 2019 14:51:25 +0000 (14:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18655 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index 26f78ecbea33b2e9e4a6c32cc978d26d9c127fca..90f2378d0636403cf75e32da9dad3964bc85a9ea 100644 (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',