1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Reuse execute_bundle_gem method

https://github.com/bundler/bundler/commit/773203ec5a
This commit is contained in:
David Rodríguez 2019-03-19 17:08:17 +01:00 committed by Hiroshi SHIBATA
parent 2771789302
commit f2cc018adb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -727,8 +727,7 @@ RSpec.describe "bundle gem" do
describe "uncommon gem names" do describe "uncommon gem names" do
it "can deal with two dashes" do it "can deal with two dashes" do
bundle "gem a--a" execute_bundle_gem("a--a")
Bundler.clear_gemspec_cache
expect(bundled_app("a--a/a--a.gemspec")).to exist expect(bundled_app("a--a/a--a.gemspec")).to exist
end end