Skip to content

Commit

Permalink
Unmask the some of examples with ruby_repo label
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 12, 2020
1 parent ca892e6 commit 143872b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/bundler/commands/clean_spec.rb
Expand Up @@ -864,7 +864,7 @@ def should_not_have_gems(*gems)
expect(very_simple_binary_extensions_dir).not_to exist
end

it "keeps git extension directories when excluded by group", :ruby_repo do
it "keeps git extension directories when excluded by group" do
build_git "very_simple_git_binary", &:add_c_extension

revision = revision_for(lib_path("very_simple_git_binary-1.0"))
Expand Down
2 changes: 1 addition & 1 deletion spec/bundler/commands/exec_spec.rb
Expand Up @@ -872,7 +872,7 @@ def bin_path(a,b,c)
bundle! :install
end

it "correctly shells out", :ruby_repo do
it "correctly shells out" do
skip "https://github.com/rubygems/bundler/issues/6898" if Gem.win_platform?

file = bundled_app("file_that_bundle_execs.rb")
Expand Down

0 comments on commit 143872b

Please sign in to comment.