summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-02 19:47:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-02 19:47:58 +0000
commit18f431acc02757818f029c6551a6626ff796be63 (patch)
tree88fdc1c4d624720524eb360de89c15441db4618c /test
parent502376f8eec9d9d9aee71c59cda002151a436328 (diff)
downloadredmine-18f431acc02757818f029c6551a6626ff796be63.tar.gz
redmine-18f431acc02757818f029c6551a6626ff796be63.zip
Allow to disable description field in tracker setting (#25052).
Patch by Go MAEDA and Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16351 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/issue_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/issue_test.rb b/test/unit/issue_test.rb
index 235e2e7f7..60ba42f80 100644
--- a/test/unit/issue_test.rb
+++ b/test/unit/issue_test.rb
@@ -810,7 +810,6 @@ class IssueTest < ActiveSupport::TestCase
assert_include 'tracker_id', issue.safe_attribute_names
assert_include 'status_id', issue.safe_attribute_names
assert_include 'subject', issue.safe_attribute_names
- assert_include 'description', issue.safe_attribute_names
assert_include 'custom_field_values', issue.safe_attribute_names
assert_include 'custom_fields', issue.safe_attribute_names
assert_include 'lock_version', issue.safe_attribute_names