File: 0001-Do-not-use-pry-debugger-to-run-specs.patch

package info (click to toggle)
ruby-rspec-retry 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 18
  • sloc: ruby: 133; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lunar@debian.org>
Date: Tue, 26 Mar 2013 17:57:08 +0000
Subject: Do not use pry-debugger to run specs

---
 spec/spec_helper.rb |    1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 61685ae..79f0af0 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,5 @@
 require 'rspec'
 require 'rspec/retry'
-require 'pry-debugger'
 
 RSpec.configure do |config|
   config.verbose_retry = true