Rakefile in staticpress-0.6.2 vs Rakefile in staticpress-0.7.0

- old
+ new

@@ -1,12 +1,7 @@ require 'bundler/gem_tasks' -require 'rake/testtask' -task :default => [ :tests ] - -Rake::TestTask.new(:tests) do |t| - t.pattern = 'tests/**/*_test.rb' -end +task :default => [ :notes ] desc 'Enumerate annotations. Optionally takes a pipe-separated list of tags to process' task :notes, :types do |t, args| args.with_defaults :types => 'FIXME|TODO'