Skip to content

Commit 411ca5d

Browse files
committed
standardrb fixes
1 parent 2a7f07f commit 411ca5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/services/cms/dynamic_components/course_card_section_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
let!(:card_section) { Cms::Providers::Strapi::Factories::ComponentFactory.process_component(Cms::Mocks::CourseCardSection.generate_raw_data(cards: [replaced_course_card])) }
6161
let(:first_block) { card_section.cards_block.first }
6262

63-
6463
it "should render as Cms::CardWrapperComponent" do
6564
expect(card_section.render).to be_a(Cms::CardWrapperComponent)
6665
end

0 commit comments

Comments
 (0)