From ffbbe044ca5616c4fb73b266474f23a84a767ee4 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Mon, 12 Sep 2011 19:44:59 -0700 Subject: [PATCH] add implementation to test output --- test/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index 46f34d86..dda1f241 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -3,7 +3,7 @@ unless Object.const_defined? 'Pry' require 'pry' end -puts "Ruby v#{RUBY_VERSION}, Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}" +puts "Ruby v#{RUBY_VERSION} (#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"}), Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}" require 'bacon' require 'open4'