Implement SimpleCov

This commit is contained in:
Justin Edmund 2025-02-12 00:12:21 -08:00
parent a1818ec4c6
commit 4483659bd5

View file

@ -1,3 +1,9 @@
# frozen_string_literal: true
require 'simplecov'
SimpleCov.start
# This file was generated by the `rails generate rspec:install` command. Conventionally, all # This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause # The generated `.rspec` file contains `--require spec_helper` which will cause