Rakefile in scide-0.0.9 vs Rakefile in scide-0.0.10
- old
+ new
@@ -30,10 +30,10 @@
RSpec::Core::RakeTask.new do |t|
#t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
# Put spec opts in a file named .rspec in root
end
-task :default => :test
+task :default => :spec
desc "Generate documentation"
task :doc => ['doc:generate']
namespace :doc do
project_root = File.dirname __FILE__