From 091daaa715e80a3964d7ddbcb53b40857d9399a8 Mon Sep 17 00:00:00 2001 From: Frank Lam Date: Sun, 31 May 2020 14:58:16 +0800 Subject: [rubygems/rubygems] Lower verboseness of user-facing text for bundle gem https://github.com/rubygems/rubygems/commit/288f073c3c --- spec/bundler/commands/newgem_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/bundler/commands') diff --git a/spec/bundler/commands/newgem_spec.rb b/spec/bundler/commands/newgem_spec.rb index 67166b3ab7..325b9a7edd 100644 --- a/spec/bundler/commands/newgem_spec.rb +++ b/spec/bundler/commands/newgem_spec.rb @@ -764,7 +764,7 @@ RSpec.describe "bundle gem" do end it "asks to setup CI" do - expect(out).to match("Do you want to set up automated testing for your gem?") + expect(out).to match("Do you want to set up continuous integration for your gem?") end it "hints that the choice will only be applied to the current gem" do @@ -778,7 +778,7 @@ RSpec.describe "bundle gem" do end it "asks to setup CI" do - expect(out).to match("Do you want to set up automated testing for your gem?") + expect(out).to match("Do you want to set up continuous integration for your gem?") end it "hints that the choice will be applied to future bundle gem calls" do -- cgit v1.2.3