Skip to content

Commit

Permalink
Update test_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr authored Dec 6, 2023
1 parent 95e7a7b commit 2309e00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
end

track_files 'app/**/*.rb'
end

SimpleCov.minimum_coverage 95
enable_coverage :branch
minimum_coverage line: 100, branch: 100
end

FactoryBot.definition_file_paths = [File.expand_path('factories', __dir__)]
FactoryBot.find_definitions
Expand Down

0 comments on commit 2309e00

Please sign in to comment.