Skip to content

Commit 5a3e22c

Browse files
committed
Removing unused component and fixing name reference
1 parent 385ec93 commit 5a3e22c

File tree

2 files changed

+1
-103
lines changed

2 files changed

+1
-103
lines changed

app/components/cms_rich_text_block_text_component.rb

-102
This file was deleted.

spec/components/cms/rich_text_block_text_component_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "rails_helper"
22

3-
RSpec.describe CmsRichTextBlockTextComponent, type: :component do
3+
RSpec.describe Cms::RichTextBlockTextComponent, type: :component do
44
it "renders a paragraph" do
55
render_inline(described_class.new(blocks: [
66
type: "paragraph",

0 commit comments

Comments
 (0)