Sha256: e7874604a2f0f8713c8ec7fa184e2c8095c374dc18f13ecb6221a940e431d871

Contents?: true

Size: 463 Bytes

Versions: 9

Compression:

Stored size: 463 Bytes

Contents

begin
  require 'simplecov'
  require 'coveralls' if ENV['CI']
rescue LoadError
  # ignore
end

begin
  if RUBY_PLATFORM < 'java'
    require 'debug'
    Debugger.start
  else
    require 'byebug'
  end
rescue LoadError
  # ignore
end

require 'minitest/autorun'

require 'tempfile'

require 'bibtex'

module BibTeX
  module Test
    class << self
      def fixtures(name)
        File.expand_path("../fixtures/#{name}.bib", __FILE__)
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
bibtex-ruby-5.1.6 test/helper.rb
bibtex-ruby-5.1.5 test/helper.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/test/helper.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/bibtex-ruby-5.1.4/test/helper.rb
bibtex-ruby-5.1.4 test/helper.rb
bibtex-ruby-5.1.3 test/helper.rb
bibtex-ruby-5.1.2 test/helper.rb
bibtex-ruby-5.1.1 test/helper.rb
bibtex-ruby-5.1.0 test/helper.rb