aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-05 21:49:34 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-05 21:49:34 +0900
commit6443b550a2ad175e1f8e0a6199d14ded7c58239b (patch)
treec4c0722b0582dc63a9922718add6b7d3529b60c0 /Rakefile
parentbdff11203a31559f0b22751681011b207adb2175 (diff)
downloadplum-6443b550a2ad175e1f8e0a6199d14ded7c58239b.tar.gz
test: reorganize directory structure
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index df30ef8..677cebd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ require "yard"
Rake::TestTask.new do |t|
t.libs << "test" << "lib"
- t.pattern = "test/*_test.rb"
+ t.pattern = "test/**/test_*.rb"
end
YARD::Rake::YardocTask.new do |t|