FactoryBot.define do factory :example, class: "Dashboard::Example" do text { "MyString" } body { "MyText" } end end