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