Skip to content

Commit

Permalink
:conferences as manifest_name
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Aug 8, 2024
1 parent afe31ce commit 5b77739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/system/conferences_with_image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

describe "Conference with images", type: :system do
include_context "with a component"
let(:manifest_name) { "conferences" }
let!(:organization) { create :organization }
let(:organization) { create :organization }
let(:manifest_name) { :conferences }
let(:slug) { "bla-bla" }
let(:short_description) { { en: "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><img src=\"img.png\">" } }
let!(:conference) { create :conference, organization: organization, slug: slug, registrations_enabled: true, component: component, short_description: short_description }
let(:conference) { create :conference, organization: organization, slug: slug, registrations_enabled: true, component: component, short_description: short_description }
let(:user) { create(:user, :confirmed, organization: organization) }

before do
Expand Down

0 comments on commit 5b77739

Please sign in to comment.