File: 0002-Require-rspec-its-in-specs.patch

package info (click to toggle)
ruby-mixlib-versioning 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: ruby: 1,374; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 508 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
20
From: Hleb Valoshka <375gnu@gmail.com>
Date: Tue, 12 Apr 2016 16:13:20 +0300
Subject: Require rspec/its in specs

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

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index a299012..2b691f6 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -17,6 +17,7 @@
 #
 
 require 'mixlib/versioning'
+require 'rspec/its'
 
 # load all shared examples and shared contexts
 Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file|