public
Description: An insignificant rack-based framework
Homepage: http://github.com/arthurgeek/nyane
Clone URL: git://github.com/arthurgeek/nyane.git
Click here to lend your support to: nyane and make a donation at www.pledgie.com !
nyane / Rakefile
100644 9 lines (7 sloc) 0.152 kb
1
2
3
4
5
6
7
8
9
require 'rake'
require 'rake/clean'
require 'spec/rake/spectask'
 
Spec::Rake::SpecTask.new do |t|
  t.spec_opts = %w(-fs -c)
end
 
task :default => :spec