as main source
This commit is contained in:
2023-11-12 13:00:46 +01:00
parent 9b29253a72
commit 097354a9c7
10 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# 2023-11-11
# 2023-11-12
require 'rake'
require 'rake/testtask'
@ -12,4 +12,4 @@ Rake::TestTask.new do |t|
end
desc "Run tests"
task :default => [:test]
task :default => [:test]