spec/spec_helper.rb in with_model-2.1.3 vs spec/spec_helper.rb in with_model-2.1.4
- old
+ new
@@ -1,10 +1,12 @@
# frozen_string_literal: true
-require 'bundler'
-Bundler.setup
+require 'simplecov'
+SimpleCov.start
+require 'bundler/setup'
require 'with_model'
+
RSpec.configure do |config|
config.extend WithModel
config.warnings = true