Skip to content

Commit

Permalink
Merge pull request #99 from mvz/minitest-focus
Browse files Browse the repository at this point in the history
Add minitest-focus to aid in debugging
  • Loading branch information
mvz authored Dec 28, 2023
2 parents 33418b7 + c6e20ec commit de260b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions live_ast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bindings", "~> 1.0.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-focus", "~> 1.4"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rake-manifest", "~> 0.2.0"
spec.add_development_dependency "rubocop", "~> 1.51"
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

require "minitest/mock"
require "minitest/autorun"
require "minitest/focus"

$VERBOSE = true

Expand Down

0 comments on commit de260b2

Please sign in to comment.