File: Add-missing-require-s.patch

package info (click to toggle)
ruby-fog-libvirt 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: ruby: 2,595; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: intrigeri <intrigeri@boum.org>
Date: Thu, 13 Aug 2015 12:23:28 +0000
Subject: Add missing require's.
Forwarded: not-needed

---
 tests/helpers/formats_helper_tests.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/helpers/formats_helper_tests.rb b/tests/helpers/formats_helper_tests.rb
index dba2386..e3d0a98 100644
--- a/tests/helpers/formats_helper_tests.rb
+++ b/tests/helpers/formats_helper_tests.rb
@@ -1,3 +1,6 @@
+require 'shindo'
+require 'shindo/verbose'
+
 Shindo.tests('test_helper', 'meta') do
 
   tests('comparing welcome data against schema') do