Commit 4ef89586acfbde14dbcbbe23cd70688330a0dc96
1 parent
259efd7b
Exists in
master
and in
29 other branches
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,6 +2,8 @@ require File.dirname(__FILE__) + '/../test_helper' | ||
2 | 2 | ||
3 | class ArticleTest < Test::Unit::TestCase | 3 | class ArticleTest < Test::Unit::TestCase |
4 | 4 | ||
5 | + fixtures :environments | ||
6 | + | ||
5 | def setup | 7 | def setup |
6 | @profile = create_user('testing').person | 8 | @profile = create_user('testing').person |
7 | end | 9 | end |