diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-05-16 19:47:24 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-22 20:32:30 +0900 |
commit | 26367367ec384c7c64d7293a5dc7296932b88692 () | |
tree | 2b69223cef3f52092e8529173cfaab303e8ceecd /spec/bundler/commands/clean_spec.rb | |
parent | 9c2752296d526a127aab69216ab31b2cab3fb7a1 (diff) |
Marked the failing examples with the current master branch on ruby repository
Notes: Merged: https://.com/ruby/ruby/pull/3114
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -765,7 +765,7 @@ RSpec.describe "bundle clean" do should_not_have_gems "foo-1.0" end - it "doesn't remove extensions artifacts from bundled git gems after clean" do build_git "very_simple_git_binary", &:add_c_extension revision = revision_for(lib_path("very_simple_git_binary-1.0")) @@ -788,7 +788,7 @@ RSpec.describe "bundle clean" do expect(vendored_gems("bundler/gems/very_simple_git_binary-1.0-#{revision[0..11]}")).to exist end - it "removes extension directories" do gemfile <<-G source "#{file_uri_for(gem_repo1)}" @@ -824,7 +824,7 @@ RSpec.describe "bundle clean" do expect(simple_binary_extensions_dir).to exist end - it "removes git extension directories" do build_git "very_simple_git_binary", &:add_c_extension revision = revision_for(lib_path("very_simple_git_binary-1.0")) |