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