Skip to content

Commit

Permalink
Merge pull request #2112 from alphagov/fix-single-test
Browse files Browse the repository at this point in the history
Fix error when running a single test
  • Loading branch information
ChrisBAshton authored May 20, 2021
2 parents 6bed06a + a1c5802 commit 677d805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require "simplecov"
SimpleCov.start

require "i18n/coverage"
require "i18n/coverage/printers/file_printer"
I18n::Coverage.config.printer = I18n::Coverage::Printers::FilePrinter
I18n::Coverage.start
Expand Down

0 comments on commit 677d805

Please sign in to comment.