Rakefile in lhm-1.0.0.rc2 vs Rakefile in lhm-1.0.0.rc3

- old
+ new

@@ -13,7 +13,8 @@ t.libs.push "lib" t.test_files = FileList['spec/integration/*_spec.rb'] t.verbose = true end -task :default => [:unit, :integration] +task :specs => [:unit, :integration] +task :default => :specs