mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-09-17 16:12:31 +00:00
7 lines
109 B
Ruby
7 lines
109 B
Ruby
require "rake/testtask"
|
|
|
|
Rake::TestTask.new do |t|
|
|
t.pattern = "test/**/*_test.rb"
|
|
end
|
|
task default: :test
|