File: remove-warnings.diff

package info (click to toggle)
ruby-rspec-rails 3.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,372 kB
  • sloc: ruby: 7,328; sh: 342; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: rspec: turn off Ruby warnings
 This currently causes one test to fail, due to a warning from code in a
 different package.
Author: Antonio Terceiro <terceiro@debian.org>
Last-Update: 2015-11-03
---
--- a/.rspec
+++ b/.rspec
@@ -1,3 +1,2 @@
---warnings
 --color
 --require spec_helper