summaryrefslogtreecommitdiff
path: root/spec/bundler/update
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2020-05-22 11:51:14 +0200
committerHiroshi SHIBATA <[email protected]>2020-06-05 07:32:42 +0900
commit5a12fc7c7f55780433ceb404d9e7189099399b38 (patch)
tree055bd1f649b64d919b0249a4c9caa6a537b228e2 /spec/bundler/update
parent5c343b849bb1f48cf5ac93bf369e2e2c24fa8a48 (diff)
[rubygems/rubygems] Unskip "monorepo issues"
They seem to be passing? https://github.com/rubygems/rubygems/commit/a00d1e6896
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
Diffstat (limited to 'spec/bundler/update')
-rw-r--r--spec/bundler/update/git_spec.rb6
1 files changed, 0 insertions, 6 deletions
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