Rakefile in middleman-syntax-2.0.0 vs Rakefile in middleman-syntax-2.1.0

- old
+ new

@@ -24,9 +24,11 @@ end rescue LoadError # warn "cane not available, quality task not provided." end +task :default => :test + desc "Build HTML documentation" task :doc do sh 'bundle exec yard' end