Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Revert possibly unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 27, 2019
1 parent 8a2ed28 commit a08339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/install/gemfile/git_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
run! <<-R
puts $:.grep(/ext/)
R
expect(out).to include(Pathname.glob(default_bundle_path("bundler/gems/extensions/**/foo-1.0-*")).first.to_s)
expect(out).to eq(Pathname.glob(default_bundle_path("bundler/gems/extensions/**/foo-1.0-*")).first.to_s)
end

it "does not use old extension after ref changes", :ruby_repo do
Expand Down

0 comments on commit a08339f

Please sign in to comment.