Skip to content

Commit 3b03682

Browse files
committed
fixed constant spec for the time being
1 parent bb39714 commit 3b03682

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spec/ruby_llm/mcp_spec.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# frozen_string_literal: true
22

3-
RSpec.describe RubyLlm::MCP do
3+
RSpec.describe RubyLLM::MCP do
44
it "has a version number" do
5-
expect(RubyLlm::MCP::VERSION).not_to be nil
6-
end
7-
8-
it "does something useful" do
9-
expect(false).to eq(true)
5+
expect(RubyLLM::MCP::VERSION).not_to be nil
106
end
117
end

0 commit comments

Comments
 (0)