public
Description: Flexible activity tracking for Rails
Homepage: http://github.com/outoftime/shouter
Clone URL: git://github.com/outoftime/shouter.git
shouter / Rakefile
100644 8 lines (5 sloc) 0.166 kb
1
2
3
4
5
6
7
8
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
FileList['dev_tasks/**/*.rake', 'tasks/**/*.rake'].each { |file| load(file) }
 
task :default => :spec