diff options
author | Go MAEDA <maeda@farend.jp> | 2019-09-12 12:51:23 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-09-12 12:51:23 +0000 |
commit | cab9053067930adc8c3c573ffe39c443aba1ed87 (patch) | |
tree | da141ed4e51583e3d63ebd5c642d3da2fd48c2db /test/integration/api_test/news_test.rb | |
parent | 69dcf527358b7a3ecaa92098048d40710b245211 (diff) | |
download | redmine-cab9053067930adc8c3c573ffe39c443aba1ed87.tar.gz redmine-cab9053067930adc8c3c573ffe39c443aba1ed87.zip |
Add missing fixture (#13468).
git-svn-id: http://svn.redmine.org/redmine/trunk@18455 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test/news_test.rb')
-rw-r--r-- | test/integration/api_test/news_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/api_test/news_test.rb b/test/integration/api_test/news_test.rb index a7fccf9b6..8abdf0be6 100644 --- a/test/integration/api_test/news_test.rb +++ b/test/integration/api_test/news_test.rb @@ -28,7 +28,8 @@ class Redmine::ApiTest::NewsTest < Redmine::ApiTest::Base :members, :enabled_modules, :news, - :comments + :comments, + :attachments test "GET /news.xml should return news" do get '/news.xml' |