File: 0003-spec-helper.rb-drop-rack-freeze-usage.patch

package info (click to toggle)
ruby-omniauth 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ruby: 2,483; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Antonio Terceiro <terceiro@debian.org>
Date: Thu, 10 Jun 2021 09:27:11 -0300
Subject: spec/helper.rb: drop rack-freeze usage

The funcionality of rack-freeze has been already incorporated into rack
2.1 (that we already have), and the tests pass just fine without it.

Forwarded: not-needed
---
 spec/helper.rb | 1 -
 1 file changed, 1 deletion(-)

--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,6 +1,5 @@
 require 'rspec'
 require 'rack/test'
-require 'rack/freeze'
 require 'omniauth'
 require 'omniauth/test'