From 21416cb44001c596f1e9e12aff51dcef66f3deab Mon Sep 17 00:00:00 2001 From: Rob Aiken Date: Fri, 28 Feb 2025 10:59:12 +0000 Subject: [PATCH] removing tests that check cargo/ rust versions --- cargo/spec/dependabot/cargo/file_parser_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/cargo/spec/dependabot/cargo/file_parser_spec.rb b/cargo/spec/dependabot/cargo/file_parser_spec.rb index bc64eef655b..7683b742993 100644 --- a/cargo/spec/dependabot/cargo/file_parser_spec.rb +++ b/cargo/spec/dependabot/cargo/file_parser_spec.rb @@ -868,7 +868,6 @@ it "returns the correct package manager" do expect(package_manager.name).to eq "cargo" expect(package_manager.requirement).to be_nil - expect(package_manager.version.to_s).to eq "1.82.0" end end @@ -878,7 +877,6 @@ it "returns the correct language" do expect(language.name).to eq "rust" expect(language.requirement).to be_nil - expect(language.version.to_s).to eq "1.82.0" end end end