citrusbyte / milton

Extensible Rails upload handling plugin with thumbnailing & Amazon S3 support

This URL has Read+Write access

benalavi (author)
Tue Jul 28 12:15:06 -0700 2009
commit  5b926204124866302c24001d7a365a6672bb01bd
tree    38886a7d264906f9d5b49c845e15a47ee02a77c1
parent  ffdc89410fc4d2864ab9fd0d0dac92010a619d6b
milton / Rakefile
100644 10 lines (8 sloc) 0.176 kb
1
2
3
4
5
6
7
8
9
10
require 'rake'
require 'rake/testtask'
 
Rake::TestTask.new do |task|
  task.libs << 'lib'
  task.libs << "test"
  task.pattern = 'test/**/*_test.rb'
  task.verbose = false
end