Remove empty tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Râu Cao 2023-02-14 13:06:18 +08:00
parent e2294c4029
commit c44ce61e25
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
2 changed files with 0 additions and 30 deletions

View File

@ -1,15 +0,0 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe QuickstatsContainerComponent, 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,15 +0,0 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe QuickstatsItemComponent, 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