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:
parent
2771789302
commit
f2cc018adb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue