public
Fork of mbleigh/seed-fu
Description: Advanced seed data handling for Rails, combining the best practices of several methods together.
Homepage: http://mbleigh.lighthouseapp.com/projects/10223-seed-fu
Clone URL: git://github.com/zdennis/seed-fu.git
seed-fu / Rakefile
100644 7 lines (5 sloc) 0.114 kb
1
2
3
4
5
6
7
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
desc 'Default: run specs.'
task :default => :spec