File: require-spec-helper.patch

package info (click to toggle)
ruby-re2 2.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,944 kB
  • sloc: ruby: 1,977; cpp: 1,183; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/spec/re2/match_data_spec.rb
+++ b/spec/re2/match_data_spec.rb
@@ -1,5 +1,6 @@
 # frozen_string_literal: true
 
+require 'spec_helper'
 require 'objspace'
 
 RSpec.describe RE2::MatchData do