summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/news_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/news_test.rb')
-rw-r--r--test/integration/api_test/news_test.rb3
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'