From d1cc5f6212aa7ee22b98cb696400ba0aa588a9e0 Mon Sep 17 00:00:00 2001 From: Huda Khan Date: Tue, 17 Dec 2024 14:31:06 -0700 Subject: [PATCH] removing unneeded test --- spec/components/skip_link_component_spec.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 spec/components/skip_link_component_spec.rb diff --git a/spec/components/skip_link_component_spec.rb b/spec/components/skip_link_component_spec.rb deleted file mode 100644 index 464b6a64b..000000000 --- a/spec/components/skip_link_component_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -require 'rails_helper' - -RSpec.describe SkipLinkComponent, 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