diff --git a/spec/support/simplecov_env.rb b/spec/support/simplecov_env.rb index ef81e62..42a8cd3 100644 --- a/spec/support/simplecov_env.rb +++ b/spec/support/simplecov_env.rb @@ -8,7 +8,6 @@ module SimpleCovEnv extend self def start! - configure_formatter configure_filters write_coverage_percentage @@ -37,15 +36,6 @@ def configure_profile end end - def configure_formatter - SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new( - [ - SimpleCov::Formatter::SimpleFormatter, - SimpleCov::Formatter::HTMLFormatter, - ] - ) - end - def write_coverage_percentage SimpleCov.at_exit do File.open(File.join(SimpleCov.coverage_path, "coverage_percent.txt"), "w") do |f|