luis@393: require File.dirname(__FILE__) + '/../test_helper' luis@393: luis@393: class BibtexEntryTest < ActiveSupport::TestCase luis@393: fixtures :bibtex_entries luis@393: luis@393: # Replace this with your real tests. luis@393: def test_truth luis@393: assert true luis@393: end luis@393: end