teehee :3

This commit is contained in:
Hannah-Dagemark 2024-06-01 18:51:48 +02:00
commit 0f893c1d83
27 changed files with 3905 additions and 68 deletions

View file

@ -1,10 +1,15 @@
require "minitest/test_task"
#require "minitest/test_task"
require "yard"
Minitest::TestTask.create(:test) do |t|
t.libs << "spec"
t.libs << "lib"
t.warning = false
t.test_globs = ["spec/**/*_spec.rb"]
#Minitest::TestTask.create(:test) do |t|
# t.libs << "spec"
# t.libs << "lib"
# t.warning = false
# t.test_globs = ["spec/**/*_spec.rb"]
#end
YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb']
end
task :default => :test
#task :default => :test