summaryrefslogtreecommitdiff
path: root/spec/commands/info_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/info_spec.rb
parent90de727666e8d6e7c1fd850a03c63b16810182dd (diff)
downloadbundler-944c5873f929d686257202d1d36594196c99089b.tar.gz
Tag specs using `readline`
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 17669a0d30..4feab54d4a 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -134,7 +134,7 @@ RSpec.describe "bundle info" 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"