aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Rakefile b/Rakefile
index f3c95ee..02f9142 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,14 +1,5 @@
-# frozen-string-literal: true
-
-require "bundler/gem_tasks"
require "rake/testtask"
-require "yard"
Rake::TestTask.new do |t|
- t.libs << "test" << "lib"
- t.pattern = "test/**/test_*.rb"
-end
-
-YARD::Rake::YardocTask.new do |t|
- t.files = ["lib/**/*.rb"]
+ t.pattern = "test/plum/**/test_*.rb"
end