cleanup rakefile business

This commit is contained in:
Chris Anderson 2008-09-29 21:08:52 -07:00
parent b58259ec1a
commit 2ae79c51a1
2 changed files with 3 additions and 6 deletions

View file

@ -67,7 +67,7 @@ end
desc "Print specdocs" desc "Print specdocs"
Spec::Rake::SpecTask.new(:doc) do |t| Spec::Rake::SpecTask.new(:doc) do |t|
t.spec_opts = ["--format", "specdoc", "--dry-run"] t.spec_opts = ["--format", "specdoc"]
t.spec_files = FileList['spec/*_spec.rb'] t.spec_files = FileList['spec/*_spec.rb']
end end
@ -80,8 +80,4 @@ Rake::RDocTask.new do |rdoc|
end end
desc "Generate the gemspec" desc "Generate the gemspec"
task :default => :spec task :default => :spec

View file

@ -1 +1,2 @@
couchapp/* couchapp/*
couchapp-test/*