diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb index 9c12868f47c..b37de765e4c 100644 --- a/spec/commands/info_spec.rb +++ b/spec/commands/info_spec.rb @@ -26,7 +26,7 @@ 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")