diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-18 15:24:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-18 15:24:53 +0200 |
| commit | fdbd63c6798c6c92b482d03b1f197cbeb41a5448 (patch) | |
| tree | db78dc0d35d3a89bbff16a94f7e225d25154c490 /Rakefile | |
| parent | cd1bdda5f963236dac849eb9257812f81c8af8ba (diff) | |
add ensure absent for file line
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'] |
