Skip to content

Commit

Permalink
Require simplecov only if ENV['SIMPLECOV'] presents
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaeftekhar committed Aug 11, 2023
1 parent 4868ad6 commit 48250d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "simplecov"
require "simplecov" if ENV["SIMPLECOV"]
require "ratonvirus"
require "ratonvirus/clamby"

Expand Down

0 comments on commit 48250d9

Please sign in to comment.