diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-05-11 21:25:56 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-13 07:54:37 +0900 |
commit | 143872bf98b01926562839fbd7e352da588d62bd () | |
tree | 270c93c7c67c15948af3f55ef8d8071caf142d55 /spec/bundler/commands/clean_spec.rb | |
parent | ca892e6902f2a440ed40bbd52429aca650e4b702 (diff) |
Unmask the some of examples with ruby_repo label
Notes: Merged: https://.com/ruby/ruby/pull/3086
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -864,7 +864,7 @@ RSpec.describe "bundle clean" do expect(very_simple_binary_extensions_dir).not_to exist end - it "keeps git extension directories when excluded by group", :ruby_repo do build_git "very_simple_git_binary", &:add_c_extension revision = revision_for(lib_path("very_simple_git_binary-1.0")) |