Skip to content

Commit

Permalink
removing tests that check cargo/ rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robaiken committed Feb 28, 2025
1 parent 21467d6 commit 21416cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cargo/spec/dependabot/cargo/file_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 21416cb

Please sign in to comment.