File: Add-missing-require-s.patch

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

---
 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