[DRE-commits] [ruby-rspec-instafail] 28/108: Added debugger to options, for my own sanity

Hideki Yamane henrich at moszumanska.debian.org
Sun Nov 15 18:36:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-rspec-instafail.

commit 7bad28c2b96f22d5492066043c8386002d46794b
Author: Matt Willhite <matthew.willhite at gmail.com>
Date:   Mon Oct 25 21:35:39 2010 -0700

    Added debugger to options, for my own sanity
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index c8b3d2e..27e51cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
 task :default => :spec
 require 'spec/rake/spectask'
-Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color --backtrace']}
+Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color --backtrace --debug']}
 
 begin
   require 'jeweler'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-instafail.git



More information about the Pkg-ruby-extras-commits mailing list