Commit d941fcc8da692ed4dcf228c12eb17599c33569f1
1 parent
a5438740
Exists in
master
and in
29 other branches
Added path on defaults_for_blog
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/factories.rb
... | ... | @@ -249,7 +249,7 @@ module Noosfero::Factory |
249 | 249 | ############################################### |
250 | 250 | def defaults_for_blog |
251 | 251 | name = 'My blog ' + factory_num_seq.to_s |
252 | - { :name => name, :slug => name.to_slug } | |
252 | + { :name => name, :slug => name.to_slug, :path => name.to_slug } | |
253 | 253 | end |
254 | 254 | |
255 | 255 | def create_blog | ... | ... |