From c44ce61e258d4382bf82a1d018bd0cacd279db01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 14 Feb 2023 13:06:18 +0800 Subject: [PATCH] Remove empty tests --- .../quickstats_container_component_spec.rb | 15 --------------- spec/components/quickstats_item_component_spec.rb | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 spec/components/quickstats_container_component_spec.rb delete mode 100644 spec/components/quickstats_item_component_spec.rb diff --git a/spec/components/quickstats_container_component_spec.rb b/spec/components/quickstats_container_component_spec.rb deleted file mode 100644 index 9ac0406..0000000 --- a/spec/components/quickstats_container_component_spec.rb +++ /dev/null @@ -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 diff --git a/spec/components/quickstats_item_component_spec.rb b/spec/components/quickstats_item_component_spec.rb deleted file mode 100644 index c886c37..0000000 --- a/spec/components/quickstats_item_component_spec.rb +++ /dev/null @@ -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