Skip to content

Commit

Permalink
fix cc
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jan 17, 2025
1 parent 86d280a commit eb30ad9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
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 '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 eb30ad9

Please sign in to comment.