[DRE-commits] [test-kitchen] 08/13: Use apt to install pry

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch patch-queue/master
in repository test-kitchen.

commit b7c28bc249a6cbff27ba5cb7cce8c6f0eb0ef274
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Wed Jul 8 12:01:52 2015 +0300

    Use apt to install pry
---
 lib/kitchen/command/console.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/kitchen/command/console.rb b/lib/kitchen/command/console.rb
index 328aee8..0d9a244 100644
--- a/lib/kitchen/command/console.rb
+++ b/lib/kitchen/command/console.rb
@@ -33,7 +33,7 @@ module Kitchen
         Pry.start(@config, :prompt => [prompt(">"), prompt("*")])
       rescue LoadError
         warn %{Make sure you have the pry gem installed. You can install it with:}
-        warn %{`gem install pry` or including 'gem "pry"' in your Gemfile.}
+        warn %{`apt install pry`.}
         exit 1
       end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list