Sha256: 42c280b08611bbbea59b0e1618db1319a2f58444d150dcbd5c6e495ef6243c48

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

Stored size: 255 Bytes

Contents

require 'minitest/autorun'
require 'redgreen'
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

14 entries across 14 versions & 1 rubygems

Version Path
bibtex-ruby-2.0.12 test/helper.rb
bibtex-ruby-2.0.11 test/helper.rb
bibtex-ruby-2.0.10 test/helper.rb
bibtex-ruby-2.0.9 test/helper.rb
bibtex-ruby-2.0.8 test/helper.rb
bibtex-ruby-2.0.7 test/helper.rb
bibtex-ruby-2.0.6 test/helper.rb
bibtex-ruby-2.0.5 test/helper.rb
bibtex-ruby-2.0.4 test/helper.rb
bibtex-ruby-2.0.3 test/helper.rb
bibtex-ruby-2.0.2 test/helper.rb
bibtex-ruby-2.0.1 test/helper.rb
bibtex-ruby-2.0.0 test/helper.rb
bibtex-ruby-2.0.0pre1 test/helper.rb