aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/blog_comments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/blog_comments.rb')
-rw-r--r--spec/factories/blog_comments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/blog_comments.rb b/spec/factories/blog_comments.rb
index 9818c07..e0309b2 100644
--- a/spec/factories/blog_comments.rb
+++ b/spec/factories/blog_comments.rb
@@ -1,5 +1,5 @@
FactoryGirl.define do
- factory :blog_comment, :class => Refinery::BlogComment do
+ factory :blog_comment, :class => Refinery::Blog::Comment do
name "Joe Commenter"
sequence(:email) { |n| "person#{n}@example.com" }
body "Which one is the best for picking up new shoes?"