@ -0,0 +1,15 @@
# 2023-11-11
require 'rake'
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs.push 'lib'
t.libs.push 'specs'
t.verbose = true
t.pattern = "spec/*_spec.rb"
t.test_files = FileList['spec/*_spec.rb']
end
desc "Run tests"
task :default => [:test]
The note is not visible to the blocked user.