spec/models/refinery/blog/comment_spec.rb in refinerycms-blog-3.0.2 vs spec/models/refinery/blog/comment_spec.rb in refinerycms-blog-4.0.0

- old
+ new

@@ -2,10 +2,10 @@ module Refinery module Blog describe Comment, type: :model do context "wiring up" do - let(:comment) { FactoryGirl.create(:blog_comment) } + let(:comment) { FactoryBot.create(:blog_comment) } it "saves" do expect(comment).not_to be_nil end