don't seed welcome topic in test db

This commit is contained in:
Sam 2013-12-16 12:48:45 +11:00
parent 8ad78dcce2
commit 820e29e30e

View File

@ -2,7 +2,7 @@ User.reset_column_information
Topic.reset_column_information
Post.reset_column_information
if Topic.count == 0
if Topic.count == 0 && !Rails.env.test?
# seed welcome topic
puts "Seeding welcome topic"
welcome = File.read(Rails.root + 'docs/ADMIN-QUICK-START-GUIDE.md')