FactoryBot.define do factory :snippet do name { 'test_snippet' } content { <<-CONTENT }

Snippet Stuff

CONTENT end end