Skip to content

Commit

Permalink
Unskip "monorepo issues"
Browse files Browse the repository at this point in the history
They seem to be passing?
  • Loading branch information
deivid-rodriguez committed May 22, 2020
1 parent 698367c commit a00d1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions bundler/spec/install/deploy_spec.rb
Expand Up @@ -333,8 +333,6 @@
end

it "explodes if you unpin a source" do
skip "some of monorepo issues" if Gem.win_platform?

build_git "rack"

install_gemfile <<-G
Expand All @@ -355,8 +353,6 @@
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")

Expand Down
6 changes: 0 additions & 6 deletions bundler/spec/update/git_spec.rb
Expand Up @@ -75,8 +75,6 @@
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")

Expand Down Expand Up @@ -183,8 +181,6 @@
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
Expand Down Expand Up @@ -216,8 +212,6 @@
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
Expand Down

0 comments on commit a00d1e6

Please sign in to comment.