Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable RSpec/MatchArray #9820

Merged
merged 11 commits into from
Jun 10, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into robaiken/enable-RSpec-MatchArray
  • Loading branch information
robaiken authored May 31, 2024
commit 4f95996752464e61f691240e884ec6764e5418ca
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
let(:files) { project_dependency_files("npm6_and_yarn/duplicate_dependency") }

it "includes both registries" do
expect(parsed_file.count).to eql(1)
expect(parsed_file.count).to be(1)
expect(parsed_file[0].requirements).to contain_exactly({
requirement: "^10.5.12",
file: "package.json",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.