public
Description: ActiveRecord plugin for automatically converting fields to permalinks.
Homepage: http://github.com/kabuki/permalink_fu
Clone URL: git://github.com/technoweenie/permalink_fu.git
permalink_fu / Rakefile
100644 9 lines (8 sloc) 0.19 kb
1
2
3
4
5
6
7
8
9
require 'rake'
require 'rake/testtask'
Rake::TestTask.new do |t|
  t.test_files = FileList['test/*_test.rb']
  t.verbose = true
end
 
desc 'Default: run test examples'
task :default => 'test'