Commit d941fcc8da692ed4dcf228c12eb17599c33569f1

Authored by Daniela Feitosa
1 parent a5438740

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,7 +249,7 @@ module Noosfero::Factory
249 ############################################### 249 ###############################################
250 def defaults_for_blog 250 def defaults_for_blog
251 name = 'My blog ' + factory_num_seq.to_s 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 end 253 end
254 254
255 def create_blog 255 def create_blog