Skip to content

Commit

Permalink
add simplecov gem to fc-vault-rails for quick test coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-ogrady committed Dec 20, 2023
1 parent 24fc43c commit e21f79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ spec/dummy/db/*.sqlite3-journal
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache
coverage
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem 'simplecov', require: false, group: :test

gemspec
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

require "vault/rails"
require "rspec"
require 'simplecov'

SimpleCov.start

module PathHelpers
def project_root
Expand Down

0 comments on commit e21f79c

Please sign in to comment.