Skip to content

Commit

Permalink
chore: Add minitest-focus for focussed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Aug 6, 2024
1 parent 19c5135 commit 9a855b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ expecting this executable, make sure you also install `minitar-cli`.
extra_dev_deps << ["hoe-rubygems", "~> 1.0"]
extra_dev_deps << ["minitest", "~> 5.16"]
extra_dev_deps << ["minitest-autotest", "~> 1.0"]
extra_dev_deps << ["minitest-focus", "~> 1.0"]
extra_dev_deps << ["rake", ">= 10.0", "< 14"]
extra_dev_deps << ["rdoc", ">= 0.0"]
extra_dev_deps << ["standard", "~> 1.0"]
Expand Down
1 change: 1 addition & 0 deletions test/minitest_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

gem "minitest"
require "minitest/autorun"
require "minitest/focus"

Dir.glob(File.join(File.dirname(__FILE__), "support/*.rb")).sort.each do |support|
require support
Expand Down

0 comments on commit 9a855b0

Please sign in to comment.