summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-06-23 14:50:07 -0400
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-16 16:51:59 -0700
commit28afc898d8f4eaa362b45b40a0f446d1a080d124 (patch)
tree5e097f91dc34ef9bcbad12850a099100ee452266
parentc8f973f8c317b5fb509ad31077ac2cc66a0ae2a4 (diff)
downloadbundler-28afc898d8f4eaa362b45b40a0f446d1a080d124.tar.gz
Fix failing spec
-rw-r--r--spec/commands/help_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/commands/help_spec.rb b/spec/commands/help_spec.rb
index 739f62224e..9112d6bba9 100644
--- a/spec/commands/help_spec.rb
+++ b/spec/commands/help_spec.rb
@@ -3,13 +3,6 @@ require "spec_helper"
describe "bundle help" do
# Rubygems 1.4+ no longer load gem plugins so this test is no longer needed
rubygems_under_14 = Gem::Requirement.new("< 1.4").satisfied_by?(Gem::Version.new(Gem::VERSION))
- it "complains if older versions of bundler are installed", :if => rubygems_under_14 do
- system_gems "bundler-0.8.1"
-
- bundle "help", :expect_err => true
- expect(err).to include("older than 0.9")
- expect(err).to include("running `gem cleanup bundler`.")
- end
it "uses mann when available" do
fake_man!