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

package info (click to toggle)
ruby-rspec-retry 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: ruby: 481; sh: 4; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <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 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 8aeb2e5..a61afdb 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,11 +2,6 @@ require 'rspec'
 require 'rspec/core/sandbox'
 
 require 'rspec/retry'
-if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2')
-  require "pry-debugger"
-else
-  require "pry-byebug"
-end
 
 RSpec.configure do |config|
   config.verbose_retry = true