mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-30 11:12:12 +02:00
15 lines
391 B
Ruby
15 lines
391 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rails_helper"
|
|
|
|
RSpec.describe ThemePreviewComponent, 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
|