summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-03-28 17:16:23 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-03-28 17:16:23 -0500
commit85ade93f06247a83c5f6f25177b83c3566ce107c (patch)
tree96b3b4c894adea12008f5193a3f8c5920e0af30b
parent8be43a30f777bb58f6e17068b03eea9e59bbe90d (diff)
downloadbundler-seg-fix-dash-pre.tar.gz
[Show] Update spec for - versions needing RG >= 2.1seg-fix-dash-pre
-rw-r--r--spec/commands/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/show_spec.rb b/spec/commands/show_spec.rb
index 2b1c50b9f7..43bbc3f945 100644
--- a/spec/commands/show_spec.rb
+++ b/spec/commands/show_spec.rb
@@ -111,7 +111,7 @@ describe "bundle show" do
expect(out).to include("foo (1.0 #{sha[0..6]})")
end
- it "handles when a version is a '-' prerelease" do
+ it "handles when a version is a '-' prerelease", :rubygems => "2.1" 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")}"