File: spec_helper_devtools.patch

package info (click to toggle)
ruby-ice-nine 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 408 kB
  • ctags: 82
  • sloc: ruby: 1,003; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove usage of devtools from spec_helper. It's not yet available
 in Debian
Author: Jonas Genannt <jonas.gennant@capi2name.de>
Forwarded: not-needed
Last-Update: 2016-07-06

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -19,7 +19,6 @@
 end
 
 require 'ice_nine'
-require 'devtools/spec_helper'
 
 RSpec.configure do |config|
   config.expect_with :rspec do |expect_with|