summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-18 15:24:53 +0200
committerPaul Buetow <paul@buetow.org>2025-02-18 15:24:53 +0200
commitfdbd63c6798c6c92b482d03b1f197cbeb41a5448 (patch)
treedb78dc0d35d3a89bbff16a94f7e225d25154c490 /Rakefile
parentcd1bdda5f963236dac849eb9257812f81c8af8ba (diff)
add ensure absent for file line
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bca9c85..f87faac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,6 @@
require 'rake/testtask'
+# TODO: How to run only a specific test?
Rake::TestTask.new do |t|
t.libs << 'test'
t.test_files = FileList['test/**/*_test.rb']