require "test_helper" class MailboxInfoComponentTest < ViewComponent::TestCase def test_component_renders_something_useful # assert_equal( # %(Hello, components!), # render_inline(MailboxInfoComponent.new(message: "Hello, components!")).css("span").to_html # ) end end