There was an error while loading. Please reload this page.
1 parent 90230a3 commit 4cd1c84Copy full SHA for 4cd1c84
1 file changed
spec/tools/get_models_spec.rb
@@ -37,28 +37,6 @@ def self.table_exists?
37
end
38
39
describe Tidewave::Tools::GetModels do
40
- describe ".tool_name" do
41
- it "returns the correct tool name" do
42
- expect(described_class.tool_name).to eq("get_models")
43
- end
44
45
-
46
- describe ".description" do
47
- it "returns the correct description" do
48
- expect(described_class.description).to eq(
49
- <<~DESCRIPTION
50
- Returns a list of all models in the application.
51
- DESCRIPTION
52
- )
53
54
55
56
- describe ".input_schema_to_json" do
57
- it "returns the correct input schema" do
58
- expect(described_class.input_schema_to_json).to be_nil
59
60
61
62
describe "#call" do
63
before do
64
# Mock Rails.application.eager_load! to avoid loading all models
0 commit comments