summaryrefslogtreecommitdiff
path: root/spec/commands/show_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-02 01:16:19 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-04 22:17:49 +0100
commit944c5873f929d686257202d1d36594196c99089b (patch)
tree9a9c2283bbd6120650c4895c29a83d8205dbd298 /spec/commands/show_spec.rb
parent90de727666e8d6e7c1fd850a03c63b16810182dd (diff)
downloadbundler-944c5873f929d686257202d1d36594196c99089b.tar.gz
Tag specs using `readline`
Diffstat (limited to 'spec/commands/show_spec.rb')
-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 f9297f770a..823a806f3e 100644
--- a/spec/commands/show_spec.rb
+++ b/spec/commands/show_spec.rb
@@ -166,7 +166,7 @@ RSpec.describe "bundle show", :bundler => "< 3" do
end
context "with a valid regexp for gem name" do
- it "presents alternatives" do
+ it "presents alternatives", :readline do
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "rack"