Skip to content

Commit

Permalink
Merge pull request #253 from teoljungberg/proveit
Browse files Browse the repository at this point in the history
Add minitest-proveit to force assertions
  • Loading branch information
fxn authored Jan 16, 2023
2 parents db612ae + c08c24f commit 3602de7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gemspec
gem "rake"
gem "minitest"
gem "minitest-focus"
gem "minitest-proveit"
gem "minitest-reporters"
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "minitest/autorun"
require "minitest/focus"
require "minitest/proveit"

require "minitest/reporters"
Minitest::Reporters.use!(Minitest::Reporters::DefaultReporter.new)
Expand All @@ -20,4 +21,6 @@
include DeleteLoadedFeature
include RemoveConst
include OnTeardown

prove_it!
end

0 comments on commit 3602de7

Please sign in to comment.