File: remove-warnings.diff

package info (click to toggle)
ruby-rspec-rails 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,264 kB
  • ctags: 617
  • sloc: ruby: 6,627; sh: 334; 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