Skip to content

Commit

Permalink
remove reference to pry
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jan 17, 2025
1 parent 81d1ad5 commit 72fcbb0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
require 'simplecov'
require 'simplecov_json_formatter'
require 'hash_kit'
require 'class_kit'
require 'bigdecimal/util'
require_relative 'class_kit/test_objects'

SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter

SimpleCov.start do
add_filter 'spec/'
end

require 'pry'
require 'hash_kit'
require 'class_kit'
require 'bigdecimal/util'
require_relative 'class_kit/test_objects'

RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
Expand Down

0 comments on commit 72fcbb0

Please sign in to comment.