From 986a8afa96495519b4a256933a5e87788c0d0ca8 Mon Sep 17 00:00:00 2001 From: Tomoya Chiba Date: Thu, 16 May 2024 11:36:11 +0900 Subject: [PATCH] Remove example spec --- spec/yard_to_rbs_inline_example_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/yard_to_rbs_inline_example_spec.rb b/spec/yard_to_rbs_inline_example_spec.rb index 7b3d36a..075a52a 100644 --- a/spec/yard_to_rbs_inline_example_spec.rb +++ b/spec/yard_to_rbs_inline_example_spec.rb @@ -4,8 +4,4 @@ it "has a version number" do expect(YardToRbsInline::VERSION).not_to be nil end - - it "does something useful" do - expect(false).to eq(true) - end end