Rakefile in org-converge-0.0.1 vs Rakefile in org-converge-0.0.2
- old
+ new
@@ -6,5 +6,7 @@
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
spec.rspec_opts = ['--format', 'documentation', '--colour']
end
+
+task :default => :spec