aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-22 11:51:14 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit5a12fc7c7f55780433ceb404d9e7189099399b38 (patch)
tree055bd1f649b64d919b0249a4c9caa6a537b228e2 /spec
parent5c343b849bb1f48cf5ac93bf369e2e2c24fa8a48 (diff)
downloadruby-5a12fc7c7f55780433ceb404d9e7189099399b38.tar.gz
[rubygems/rubygems] Unskip "monorepo issues"
They seem to be passing? https://github.com/rubygems/rubygems/commit/a00d1e6896
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/install/deploy_spec.rb4
-rw-r--r--spec/bundler/update/git_spec.rb6
2 files changed, 0 insertions, 10 deletions
diff --git a/spec/bundler/install/deploy_spec.rb b/spec/bundler/install/deploy_spec.rb
index 9563d32e7e..9a5c50569c 100644
--- a/spec/bundler/install/deploy_spec.rb
+++ b/spec/bundler/install/deploy_spec.rb
@@ -333,8 +333,6 @@ RSpec.describe "install with --deployment or --frozen" do
end
it "explodes if you unpin a source" do
- skip "some of monorepo issues" if Gem.win_platform?
-
build_git "rack"
install_gemfile <<-G
@@ -355,8 +353,6 @@ RSpec.describe "install with --deployment or --frozen" do
end
it "explodes if you unpin a source, leaving it pinned somewhere else" do
- skip "some of monorepo issues" if Gem.win_platform?
-
build_lib "foo", :path => lib_path("rack/foo")
build_git "rack", :path => lib_path("rack")
diff --git a/spec/bundler/update/git_spec.rb b/spec/bundler/update/git_spec.rb
index 71f0e8496a..2233682f92 100644
--- a/spec/bundler/update/git_spec.rb
+++ b/spec/bundler/update/git_spec.rb
@@ -75,8 +75,6 @@ RSpec.describe "bundle update" do
end
it "notices when you change the repo url in the Gemfile" do
- skip "some of monorepo issues" if Gem.win_platform?
-
build_git "foo", :path => lib_path("foo_one")
build_git "foo", :path => lib_path("foo_two")
@@ -183,8 +181,6 @@ RSpec.describe "bundle update" do
end
it "errors with a message when the .git repo is gone" do
- skip "some of monorepo issues" if Gem.win_platform?
-
build_git "foo", "1.0"
install_gemfile <<-G
@@ -216,8 +212,6 @@ RSpec.describe "bundle update" do
end
it "shows the previous version of the gem" do
- skip "some of monorepo issues" if Gem.win_platform?
-
build_git "rails", "2.3.2", :path => lib_path("rails")
install_gemfile <<-G