Skip to content

Commit

Permalink
mini test task fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Dec 4, 2023
1 parent a8ed6b5 commit 0e78469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'rake/testtask'
require_relative 'lib/active_yaml/version'

# run rake test MINITEST_REPORTER=HtmlReporter
# for generate html reports
Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.libs << 'lib'
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_relative '../lib/active_yaml'
require_relative '../lib/active_yaml/version'

Minitest::Reporters.use! [Minitest::Reporters::ProgressReporter.new, Minitest::Reporters::HtmlReporter.new]
Minitest::Reporters.use!

0 comments on commit 0e78469

Please sign in to comment.