Skip to content

Commit

Permalink
Fix small typo on specs for Bulma::SubtitleComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotoral committed Feb 7, 2024
1 parent 3a1aead commit 969f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/components/bulma/subtitle_component_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
expect(page).to have_content "Subtitle"
end

it "render content provided as a block" do
it "renders content provided as a block" do
render_inline(described_class.new) { "Subtitle" }

expect(page).to have_content "Subtitle"
Expand Down

0 comments on commit 969f5bd

Please sign in to comment.