Implement SimpleCov
This commit is contained in:
parent
a1818ec4c6
commit
4483659bd5
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
||||
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
||||
|
|
|
|||
Loading…
Reference in a new issue