summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-11 11:31:19 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:29:58 +0900
commitf5cd02f362142dcb3211e2e820b414c0eb2b4e2c (patch)
tree52beda7229141afdb9ce4aebfc55a48fad9bdabe /spec
parenta6ce001babc5728cd3c29df91ef29e0e57d4f012 (diff)
[bundler/bundler] Remove unnecessary test filter
Since it covers the whole range we support. https://github.com/bundler/bundler/commit/c0b9d4e6c6
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/info_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb
index 375ac01986..aa6b237d50 100644
--- a/spec/bundler/commands/info_spec.rb
+++ b/spec/bundler/commands/info_spec.rb
@@ -104,7 +104,7 @@ RSpec.describe "bundle info" do
expect(out).to include("foo (1.0 #{sha[0..6]})")
end
- it "handles when a version is a '-' prerelease", :rubygems => "2.1" do
+ it "handles when a version is a '-' prerelease" do
@git = build_git("foo", "1.0.0-beta.1", :path => lib_path("foo"))
install_gemfile <<-G
gem "foo", "1.0.0-beta.1", :git => "#{lib_path("foo")}"