summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-07-22 23:52:50 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-07-22 23:52:50 -0300
commit803d59cb207eefe964ddc42e9461fdcaeaa2f6ac (patch)
tree455f998cbd871611fd4639a3c5084daf0e6ebd50 /Rakefile
parent046719b383780c194f462acafc0f42f4ac3e02cf (diff)
downloadhighline-803d59cb207eefe964ddc42e9461fdcaeaa2f6ac.tar.gz
Specify test files explicitly - good for Windows
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 815e120..0d73047 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ Rake::TestTask.new do |test|
test.libs = ["lib", "test"]
test.verbose = true
test.warning = true
+ test.test_files = FileList['test/test*.rb']
end
RDoc::Task.new do |rdoc|