From 82ed5c7da8a8c47be28117a0c5dec30de75a2ac8 Mon Sep 17 00:00:00 2001 From: strcmp <28xdb6+fvutuvy4f@grr.la> Date: Fri, 11 Dec 2015 06:16:28 +0000 Subject: [PATCH] fix spec/helper.rb --- spec/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helper.rb b/spec/helper.rb index 5781a9a4..2e39250f 100644 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -26,7 +26,7 @@ if ENV["SET_TRACE_FUNC"] } end -puts "Ruby v#{RUBY_VERSION} (#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"}), Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}, CodeRay v#{CodeRay::VERSION}, Pry::Pry::Slop v#{Pry::Pry::Slop::VERSION}" +puts "Ruby v#{RUBY_VERSION} (#{defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby"}), Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}, CodeRay v#{CodeRay::VERSION}, Pry::Slop v#{Pry::Slop::VERSION}" RSpec.configure do |config| config.expect_with :rspec do |c|