Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
skip default gem test for 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Colby Swandale committed Feb 19, 2017
1 parent 5d66446 commit ae51d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/commands/info_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ae51d36

Please sign in to comment.