File: rspec3.patch

package info (click to toggle)
ruby-dependor 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: ruby: 557; makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use RSpec3 option for color
Bug-Debian: https://bugs.debian.org/795030
Bug: https://github.com/psyho/dependor/issues/9
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2015-08-12

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,5 +4,5 @@
 require 'dependor/shorty'
 
 RSpec.configure do |c|
-  c.color_enabled = true
+  c.color = true
 end