aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/blog_comment_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/blog_comment_spec.rb')
-rw-r--r--spec/models/blog_comment_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/blog_comment_spec.rb b/spec/models/blog_comment_spec.rb
index a7c1d33..feb2860 100644
--- a/spec/models/blog_comment_spec.rb
+++ b/spec/models/blog_comment_spec.rb
@@ -6,7 +6,7 @@ describe BlogComment do
context "wiring up" do
before(:each) do
- @comment = Factory(:blog_comment)
+ @comment = Factory.create(:blog_comment)
end
it "saves" do