Sha256: edeac00ab2f854e616e73273292337066c5c7f479cff998c1f8a2de8f3b006bd

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

require File.expand_path('../../lib/bibtex.rb', __FILE__)

require 'mini_shoulda'
require 'minitest/autorun'
require 'redgreen'

require 'tempfile'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bibtex-ruby-1.3.2 test/helper.rb
bibtex-ruby-1.3.1 test/helper.rb
bibtex-ruby-1.3.0 test/helper.rb