summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-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