mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fix spec/helper.rb
This commit is contained in:
parent
91a638afd6
commit
82ed5c7da8
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue