File: 0006-spec_add_require_yaml.patch

package info (click to toggle)
ruby-pdf-reader 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,232 kB
  • ctags: 574
  • sloc: ruby: 8,424; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,6 +9,7 @@
 require 'timeout'
 require 'singleton'
 require 'digest/md5'
+require 'yaml'
 
 
 # Requires supporting ruby files with custom matchers and macros, etc,