File: require-spec-helper.patch

package info (click to toggle)
ruby-re2 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: ruby: 929; cpp: 815; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
--- a/spec/re2/match_data_spec.rb
+++ b/spec/re2/match_data_spec.rb
@@ -1,3 +1,5 @@
+require 'spec_helper'
+
 # encoding: utf-8
 RSpec.describe RE2::MatchData do
   describe "#to_a" do