File: 0001-spec-spec_helper.rb-don-t-load-pry.patch

package info (click to toggle)
ruby-hashie 3.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 389
  • sloc: ruby: 4,771; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Antonio Terceiro <terceiro@debian.org>
Date: Wed, 5 Aug 2015 09:56:54 -0300
Subject: spec/spec_helper.rb: don't load pry

pry is broken with ruby-slop >= 4.x
---
 spec/spec_helper.rb | 2 --
 1 file changed, 2 deletions(-)

Index: ruby-hashie/spec/spec_helper.rb
===================================================================
--- ruby-hashie.orig/spec/spec_helper.rb
+++ ruby-hashie/spec/spec_helper.rb
@@ -3,8 +3,6 @@ if ENV['CI']
   CodeClimate::TestReporter.start
 end
 
-require 'pry'
-
 require 'rspec'
 require 'hashie'
 require 'rspec/pending_for'