Skip to content

Commit

Permalink
Merge pull request #3466 from dependabot/brrygrdn/bundler1-test-cruft
Browse files Browse the repository at this point in the history
Final pass on bundler1 test cruft
  • Loading branch information
brrygrdn authored Apr 9, 2021
2 parents 0332ba2 + 45e1d89 commit fc12b55
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundler/spec/dependabot/bundler/file_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
end

context "from a gems.rb and gems.locked" do
let(:dependency_files) { bundler_project_dependency_files("version_specified_bundler_2") }
let(:dependency_files) { bundler_project_dependency_files("version_specified_gems_rb") }

its(:length) { is_expected.to eq(2) }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ DEPENDENCIES
activesupport (= 5.0.0)

BUNDLED WITH
2.1.4
1.17.3
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
rails (= 5.2.0)

BUNDLED WITH
2.1.4
1.17.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ DEPENDENCIES
rspec-support (= 3.5.0)

BUNDLED WITH
2.0.0.dev
1.17.3
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ DEPENDENCIES
statesman (~> 1.2.0)

BUNDLED WITH
2.0.0.dev
1.17.3

0 comments on commit fc12b55

Please sign in to comment.