Rakefile in lumberg-1.0.0 vs Rakefile in lumberg-1.0.1

- old
+ new

@@ -45,5 +45,7 @@ desc "Run all specs with rcov" RSpec::Core::RakeTask.new(:rcov) do |t| t.rcov = true t.rcov_opts = %w{--exclude osx\/objc,gems\/,spec\/,features\/} end + +task :default => :spec