mirror of
https://github.com/redmine/redmine.git
synced 2026-01-30 19:30:11 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user