File: use-system-libs.patch

package info (click to toggle)
ruby-countries 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,268 kB
  • sloc: ruby: 2,687; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
autopkgtest must use installed library

--- a/spec/mongoid_spec.rb
+++ b/spec/mongoid_spec.rb
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 require 'spec_helper'
-require File.expand_path('../lib/countries/mongoid', __dir__)
+require 'countries/mongoid'
 
 describe 'Mongoid support' do
   let(:britain) { ISO3166::Country.new('GB') }