Skip to content

Commit

Permalink
Use minitest test task
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Dec 20, 2024
1 parent 4abea18 commit ea85eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"
require "minitest/test_task"
require "rubocop/rake_task"
require "yard"

Rake::TestTask.new do |t|
Minitest::TestTask.create do |t|
t.libs << "test"
t.pattern = "test/**/*_test.rb"
t.test_globs = ["test/**/*_test.rb"]
end
RuboCop::RakeTask.new
YARD::Rake::YardocTask.new
Expand Down

0 comments on commit ea85eac

Please sign in to comment.