summaryrefslogtreecommitdiffstats
path: root/test/unit/news_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/news_test.rb')
-rw-r--r--test/unit/news_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/news_test.rb b/test/unit/news_test.rb
index 21ae6e218..0e23f8309 100644
--- a/test/unit/news_test.rb
+++ b/test/unit/news_test.rb
@@ -20,8 +20,6 @@
require_relative '../test_helper'
class NewsTest < ActiveSupport::TestCase
- fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, :enabled_modules, :news
-
def valid_news
{:title => 'Test news', :description => 'Lorem ipsum etc', :author => User.first}
end