File: 0006-spec_add_require_yaml.patch

package info (click to toggle)
ruby-pdf-reader 2.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,544 kB
  • sloc: ruby: 11,993; sh: 46; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 618 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
21
Description: Add a missing requirement on yaml to run integrity_spec.rb
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Bug: https://github.com/yob/pdf-reader/issues/49
Last-Update: 2012-02-23
Forwarded: not-needed
---
 spec/spec_helper.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5f09428..adf316b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -10,6 +10,7 @@ require 'pdf/reader'
 require 'timeout'
 require 'singleton'
 require 'digest/md5'
+require 'yaml'
 
 
 # Requires supporting ruby files with custom matchers and macros, etc,