Skip to content

Commit

Permalink
resolve rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
MdreW committed Mar 27, 2023
1 parent 93e26d4 commit 1199dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/bulmacomp/turbo_frame_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TurboFrameComponentTest < ViewComponent::TestCase
end

# turbo frame without icon
test 'no icon' do
test 'no icon' do
render_inline Bulmacomp::TurboFrameComponent.new(icon: nil)
assert_selector 'turbo-frame:empty', text: nil
end
Expand Down

0 comments on commit 1199dd9

Please sign in to comment.