Remove unused specs
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-23 18:17:43 -06:00
parent 5a784b5fa6
commit 9824dcd2c6
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
5 changed files with 0 additions and 65 deletions

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe HeaderCompactComponent, 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

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe HeaderComponent, 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

View File

@ -1,13 +0,0 @@
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

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe MainSimpleComponent, 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

View File

@ -1,13 +0,0 @@
require "rails_helper"
RSpec.describe NotificationComponent, 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