aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/factories/blog_comments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/factories/blog_comments.rb')
-rw-r--r--features/support/factories/blog_comments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/factories/blog_comments.rb b/features/support/factories/blog_comments.rb
index 9405c42..1c05190 100644
--- a/features/support/factories/blog_comments.rb
+++ b/features/support/factories/blog_comments.rb
@@ -1,6 +1,6 @@
require 'factory_girl'
-Factory.define(:blog_comment) do |f|
+Factory.define :blog_comment, :class => 'refinery/blog_comment' do |f|
f.name "Joe Commenter"
f.sequence(:email) { |n| "person#{n}@example.com" }
f.body "Which one is the best for picking up new shoes?"