Skip to content

Commit

Permalink
test for pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed May 26, 2022
1 parent 2a6f4ba commit 53ea6d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/sandbox/test/components/my_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
class MyComponentTest < ViewComponent::TestCase
include ViewComponent::RenderPreviewHelper

def test_render_preview
render_preview(:default)
# def test_render_preview
# render_preview(:default)

assert_selector("div", text: "hello,world!")
end
# assert_selector("div", text: "hello,world!")
# end
end

0 comments on commit 53ea6d1

Please sign in to comment.