summaryrefslogtreecommitdiff
path: root/spec/bundler/update
diff options
context:
space:
mode:
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