summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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