Rakefile in download_tv-2.2.0 vs Rakefile in download_tv-2.2.1
- old
+ new
@@ -6,12 +6,6 @@
Rake::TestTask.new do |t|
t.libs << "lib"
t.libs << "test"
t.test_files = FileList["test/**/*_test.rb"]
t.verbose = false
-end
-
-task :clean do
- rm_rf "config.rb"
- rm_rf "cookie"
- rm_rf "date"
-end
+end
\ No newline at end of file