diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
commit | 84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66 (patch) | |
tree | 87a00a7afb6748ecc62d02e61b5b9bdba73269a3 /test/integration/api_test/trackers_test.rb | |
parent | 3b59c6dfb200bc5d5434cdc1f5a71478747297d9 (diff) | |
download | redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.tar.gz redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.zip |
Add a description for trackers (#442).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test/trackers_test.rb')
-rw-r--r-- | test/integration/api_test/trackers_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/api_test/trackers_test.rb b/test/integration/api_test/trackers_test.rb index d29f288c4..3e89aeec3 100644 --- a/test/integration/api_test/trackers_test.rb +++ b/test/integration/api_test/trackers_test.rb @@ -30,6 +30,7 @@ class Redmine::ApiTest::TrackersTest < Redmine::ApiTest::Base assert_select 'trackers[type=array] tracker id', :text => '2' do assert_select '~ name', :text => 'Feature request' + assert_select '~ description', :text => 'Description for Feature request tracker' end end end |