lib/tasks/install.rake in knapsack_pro-0.22.0 vs lib/tasks/install.rake in knapsack_pro-0.23.0
- old
+ new
@@ -303,10 +303,14 @@
send("step_for_ci_#{answers[:ci]}", prompt, answers)
prompt.say "Now you are ready to use the gem!"
prompt.say "Please push a new commit to repository so knapsack_pro gem will record time execution of your test suite."
- prompt.say "Your second tests run on CI will be parallelized with optimal test suite split."
+ prompt.say "Your second test suite run on CI will be parallelized with optimal test suite split."
+ puts
+ puts
+ prompt.say "Later you may want to learn about Queue Mode and how to enable it:"
+ prompt.say "https://github.com/KnapsackPro/knapsack_pro-ruby#queue-mode"
puts
puts
prompt.say "You can learn more about custom configuration and other features:"
prompt.say "https://knapsackpro.com/features"
prompt.say "https://github.com/KnapsackPro/knapsack_pro-ruby#table-of-contents"