summaryrefslogtreecommitdiff
path: root/spec/commands/info_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-14 19:14:47 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-15 15:35:11 +0100
commit4c6e2ae1c08153ec0d390d292ee36fecae1f6a1e (patch)
treeee5261a8dfb594e29bc864911a0f93c0628c1e96 /spec/commands/info_spec.rb
parent1591215e636d68117c04158dfe8da81c8ef2b357 (diff)
downloadbundler-remove_ruby_version_leftovers.tar.gz
Remove ruby version leftoversremove_ruby_version_leftovers
Diffstat (limited to 'spec/commands/info_spec.rb')
-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 70a304823a..20fe0038a6 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe "bundle info" do
end
context "given a default gem shippped in ruby", :ruby_repo do
- it "prints information about the default gem", :if => (RUBY_VERSION >= "2.0") do
+ it "prints information about the default gem" do
bundle "info rdoc"
expect(out).to include("* rdoc")
expect(out).to include("Default Gem: yes")