File: remove-appraisal.patch

package info (click to toggle)
ruby-shoulda-context 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: ruby: 1,712; sh: 200; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
We don't use appraisal in debian, we run tests with versions available in the
archive.

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,9 +1,3 @@
-require_relative "support/current_bundle"
-
-Tests::CurrentBundle.instance.assert_appraisal!
-
-#---
-
 require "pry-byebug"
 require "warnings_logger"