diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-10-15 13:20:25 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-10-15 17:19:02 +0900 |
commit | d386a58f6f1865aaa35eda5af55cff3ff3cca4ca () | |
tree | 0665fe806540deae7f8e52095af6dba70f940aa3 /spec/bundler/commands/clean_spec.rb | |
parent | 7ffd14a18c341565afaf80d259f9fe5df8a13d29 (diff) |
Merge bundler-2.2.0.rc.2
Notes: Merged: https://.com/ruby/ruby/pull/3659
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -625,6 +625,32 @@ RSpec.describe "bundle clean" do expect(out).to eq("1.0") end it "doesn't blow up on path gems without a .gemspec" do relative_path = "vendor/private_gems/bar-1.0" absolute_path = bundled_app(relative_path) |