Skip to content

Commit

Permalink
Use shorter since instead of because to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored and jurre committed Jan 30, 2024
1 parent 7bedcef commit 6258505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
end
end

context "when peer dependencies in the Gemfile shouldn't update together, because one of them would be downgraded" do
context "when peer dependencies in the Gemfile shouldn't update together, since one of them would be downgraded" do
let(:dependency_files) { bundler_project_dependency_files("no_downgrades") }
let(:target_version) { "7.1.1" }
let(:dependency_name) { "rails" }
Expand Down

0 comments on commit 6258505

Please sign in to comment.