# frozen_string_literal: true require 'test_helper' class AlertComponentTest < ViewComponent::TestCase def test_component_renders_something_useful # assert_equal( # %(Hello, components!), # render_inline(AlertComponent.new(message: "Hello, components!")).css("span").to_html # ) end end