archrelease: copy trunk to community-any
[arch-community.git] / ruby-gettext-setup / trunk / disable-simplecov.patch
blob2754edba44a3064759a4caa6a7ed8d9c9720d50a
1 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
2 index 1120dfc..ca4560a 100644
3 --- a/spec/spec_helper.rb
4 +++ b/spec/spec_helper.rb
5 @@ -1,14 +1,9 @@
6 # frozen_string_literal: true
8 -require 'simplecov'
9 require_relative '../lib/gettext-setup'
11 GettextSetup.initialize(File.join(File.dirname(__FILE__), 'fixtures', 'locales'))
13 -SimpleCov.start do
14 - add_filter '/spec/'
15 -end
17 def cmd_present?(cmd)
18 # Try to call out to msgcmp, if it doesn't error, we have the tool
19 `#{cmd} --version`