diff --git a/spec/system/conferences_with_image_spec.rb b/spec/system/conferences_with_image_spec.rb index 607f7b3..336b36e 100644 --- a/spec/system/conferences_with_image_spec.rb +++ b/spec/system/conferences_with_image_spec.rb @@ -5,6 +5,7 @@ describe "Conference with images", type: :system do include_context "with a component" + let(:manifest_name) { "conferences" } let!(:organization) { create :organization } let(:slug) { "bla-bla" } let(:short_description) { { en: "

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

" } }