summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-05-31 14:58:16 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit091daaa715e80a3964d7ddbcb53b40857d9399a8 (patch)
treee0d00845ae8c65ca6e575ca54c6a1930c76a10f9 /spec/bundler/commands
parentfedd3201f34c76ad684fa28d7300bade5d0d7256 (diff)
[rubygems/rubygems] Lower verboseness of user-facing text for bundle gem
https://github.com/rubygems/rubygems/commit/288f073c3c
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec/bundler/commands')
-rw-r--r--spec/bundler/commands/newgem_spec.rb4
1 files changed, 2 insertions, 2 deletions
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