From 2ae79c51a1d6248b38fafbfa0dc8a01ecb9d8f04 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 29 Sep 2008 21:08:52 -0700 Subject: [PATCH] cleanup rakefile business --- Rakefile | 6 +----- spec/fixtures/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index 608e276..58c107f 100644 --- a/Rakefile +++ b/Rakefile @@ -67,7 +67,7 @@ end desc "Print specdocs" 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'] end @@ -80,8 +80,4 @@ Rake::RDocTask.new do |rdoc| end desc "Generate the gemspec" - - - - task :default => :spec diff --git a/spec/fixtures/.gitignore b/spec/fixtures/.gitignore index 5525fd4..6a85398 100644 --- a/spec/fixtures/.gitignore +++ b/spec/fixtures/.gitignore @@ -1 +1,2 @@ -couchapp/* \ No newline at end of file +couchapp/* +couchapp-test/* \ No newline at end of file