diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-10-24 09:46:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-10-24 09:46:50 +0200 |
commit | 15298b7b3bc8facb1f350b7ab4ce9ec2fae50599 (patch) | |
tree | 8c33c0042f20c831d5757d636d4a34953a207ea2 /spec/spec_helper.rb | |
parent | 4a3f2e4adce52e7a3495f0a825fe2f502e052006 (diff) | |
download | colonial-twilight-15298b7b3bc8facb1f350b7ab4ce9ec2fae50599.zip colonial-twilight-15298b7b3bc8facb1f350b7ab4ce9ec2fae50599.tar.gz |
bundle : add simplecov
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c80d44b..67e47c4 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,7 @@ +require 'simplecov' +SimpleCov.start do + add_filter %r{^/spec/} +end # This file was generated by the `rspec --init` 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 |