Commit 4ef89586acfbde14dbcbbe23cd70688330a0dc96

Authored by AntonioTerceiro
1 parent 259efd7b

ActionItem23: test depends on environments fixtures



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1150 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
test/unit/article_test.rb
... ... @@ -2,6 +2,8 @@ require File.dirname(__FILE__) + '/../test_helper'
2 2  
3 3 class ArticleTest < Test::Unit::TestCase
4 4  
  5 + fixtures :environments
  6 +
5 7 def setup
6 8 @profile = create_user('testing').person
7 9 end
... ...