Sha256: 6238d01b984c50509e98a0499fc9066b6d2f16622359e5d0e6a8be14693e9bd7

Contents?: true

Size: 363 Bytes

Versions: 8

Compression:

Stored size: 363 Bytes

Contents

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

require 'rubygems'
require 'bundler/setup'

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

8 entries across 8 versions & 1 rubygems

Version Path
bibtex-ruby-1.3.10 test/helper.rb
bibtex-ruby-1.3.9 test/helper.rb
bibtex-ruby-1.3.8 test/helper.rb
bibtex-ruby-1.3.7 test/helper.rb
bibtex-ruby-1.3.6 test/helper.rb
bibtex-ruby-1.3.5 test/helper.rb
bibtex-ruby-1.3.4 test/helper.rb
bibtex-ruby-1.3.3 test/helper.rb