All checks were successful
continuous-integration/drone/push Build is passing
https://viewcomponent.org
14 lines
359 B
Ruby
14 lines
359 B
Ruby
require "rails_helper"
|
|
|
|
RSpec.describe MainCompactComponent, type: :component do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
|
|
# it "renders something useful" do
|
|
# expect(
|
|
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
|
|
# ).to include(
|
|
# "Hello, components!"
|
|
# )
|
|
# end
|
|
end
|