Files
rbproj/Rakefile
Andrea b76e4adbf7
All checks were successful
Code Quality / format (push) Successful in 10m2s
Run tests / test (push) Successful in 9m58s
Code Quality / lint (push) Successful in 10m5s
chore: format project
2025-09-03 15:50:18 +02:00

9 lines
161 B
Ruby

# frozen_string_literal: true
require 'rake/testtask'
Rake::TestTask.new(:test) do |t|
t.libs << 'tests'
t.test_files = FileList['tests/**/*_test.rb']
end