summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-02-19 18:44:09 +1100
committerColby Swandale <colby@taplaboratories.com>2017-02-19 18:44:09 +1100
commitae51d366d83b5914b31798a8e738731b51772f01 (patch)
tree9a822c867f210d9422f14494627b092612a0b371
parent5d664465e2602133291ce753349d57310b41188c (diff)
downloadbundler-ae51d366d83b5914b31798a8e738731b51772f01.tar.gz
skip default gem test for 1.9.3
-rw-r--r--spec/commands/info_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb
index 9c12868f47..b37de765e4 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -26,7 +26,7 @@ RSpec.describe "bundle info" do
end
context "given a default gem shippped in ruby" do
- it "prints information about the default gem", :if => (RUBY_VERSION >= "1.9") do
+ it "prints information about the default gem", :if => (RUBY_VERSION >= "2.0") do
bundle "info rdoc"
expect(out).to include("* rdoc")
expect(out).to include("Default Gem: yes")