public
Description: A ridiculously simple fixtures replacement for your web framework of choice.
Homepage:
Clone URL: git://github.com/soveran/spawn.git
soveran (author)
Thu Jun 18 21:03:27 -0700 2009
commit  403930c6439f5d153cb7c1a46a04821f2619ca50
tree    9d97ede0d48a2d89121f3748fa7d8bf33ee4eab5
parent  94a756974b421d12e24f2e1fe30fa7132871a679
spawn / Rakefile
100644 9 lines (6 sloc) 0.14 kb
1
2
3
4
5
6
7
8
9
require 'rake/testtask'
 
task :default => :test
 
Rake::TestTask.new(:test) do |t|
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end