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 !
commit  492f579f63b1d1e72e0d741c85be754542c8aa1b
tree    b787076cd5eff03ab2a5c870aa051a75b6de54fa
parent  18e393b70726374afc44478bd40406ea388f5d5b
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