summaryrefslogtreecommitdiff
path: root/spec/install/deploy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/deploy_spec.rb')
-rw-r--r--spec/install/deploy_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb
index 5031bd9aa0..103ec69edd 100644
--- a/spec/install/deploy_spec.rb
+++ b/spec/install/deploy_spec.rb
@@ -64,7 +64,6 @@ RSpec.describe "install with --deployment or --frozen" do
end
it "works when you bundle exec bundle" do
- skip "doesn't find bundle" if Gem.win_platform?
bundle! :install
bundle "install --deployment"
@@ -84,7 +83,6 @@ RSpec.describe "install with --deployment or --frozen" do
end
it "works when there are credentials in the source URL" do
- skip "corrupt test gem" if Gem.win_platform?
install_gemfile(<<-G, :artifice => "endpoint_strict_basic_authentication", :quiet => true)
source "http://user:pass@localgemserver.test/"