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 93beaf3..d5c5b1d 100644
--- a/features/support/factories/blog_comments.rb
+++ b/features/support/factories/blog_comments.rb
@@ -7,4 +7,4 @@ Factory.define(:blog_comment) do |f|
f.email { Factory.next(:email) }
f.body "Which one is the best for picking up new shoes?"
f.association :post
-end \ No newline at end of file
+end