File: 0002-Load-protocol-http2-version.patch

package info (click to toggle)
ruby-protocol-http2 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 364 kB
  • sloc: ruby: 2,629; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 626 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: Hideki Yamane <henrich@debian.org>
Date: Sat, 21 Aug 2021 10:46:46 +0900
Subject: Load protocol/http2/version

---
 spec/protocol/http2_spec.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/protocol/http2_spec.rb b/spec/protocol/http2_spec.rb
index bbb85b9..c6d7bdf 100644
--- a/spec/protocol/http2_spec.rb
+++ b/spec/protocol/http2_spec.rb
@@ -18,6 +18,8 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 
+require 'protocol/http2/version'
+
 RSpec.describe Protocol::HTTP2 do
 	it "has a version number" do
 		expect(Protocol::HTTP2::VERSION).not_to be nil