Commit 9ec7a43a015327676983b0d287866d0fa9665e5d
1 parent
1b487cdf
Exists in
master
and in
28 other branches
[stoa] Making create_user factory activate the user
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/factories.rb
... | ... | @@ -112,6 +112,7 @@ module Noosfero::Factory |
112 | 112 | fast_update(person, {:home_page_id => homepage.id}) |
113 | 113 | box = fast_insert(Box, { :owner_type => "Profile", :owner_id => person.id, :position => 1}) |
114 | 114 | block = fast_insert(Block, { :box_id => box.id, :type => 'MainBlock', :position => 0}) |
115 | + user.activate | |
115 | 116 | user |
116 | 117 | end |
117 | 118 | ... | ... |