Rakefile in markdownizer-0.1.0 vs Rakefile in markdownizer-0.1.1

- old
+ new

@@ -6,5 +6,6 @@ RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end task :default => :spec +task :test => [:spec]