summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-27 17:37:43 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-27 17:37:43 -0300
commitfae17f122ca443084777cc1cb6a457e092ef454a (patch)
tree746938969a948f6d469da1283373534137a5f511 /Rakefile
parentfad3c5d169aa1c2499fd9654f02d9b75fb9e5bed (diff)
downloadhighline-fae17f122ca443084777cc1cb6a457e092ef454a.tar.gz
Rename all test files to Rake::TestTask default
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 02eca4d..4c69fc0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,6 @@ task :default => [:test]
Rake::TestTask.new do |test|
test.libs = ["lib", "test"]
- test.test_files = FileList[ "test/tc_*.rb"]
test.verbose = true
test.warning = true
end