public
Description: OLAP extensions for ActiveRecord
Homepage: http://wiki.github.com/wvanbergen/active_olap
Clone URL: git://github.com/wvanbergen/active_olap.git
active_olap / Rakefile
100644 4 lines (3 sloc) 0.129 kb
1
2
3
4
Dir[File.dirname(__FILE__) + "/tasks/*.rake"].each { |file| load(file) }
 
desc 'Default: run unit tests.'
task :default => :test