merged in from code from the other master
[selectricity] / vendor / plugins / yaml_db / Rakefile
1 require 'rake'
2 require 'spec/rake/spectask'
3
4 desc "Run all specs"
5 Spec::Rake::SpecTask.new('spec') do |t|
6         t.spec_files = FileList['spec/*_spec.rb']
7 end
8
9 task :default => :spec
10

Benjamin Mako Hill || Want to submit a patch?