luis@328: require File.dirname(__FILE__) + '/../test_helper' luis@328: luis@328: class AuthorshipTest < ActiveSupport::TestCase luis@328: fixtures :authorships luis@328: luis@328: # Replace this with your real tests. luis@328: def test_truth luis@1370: luis = Author.first luis@1370: luis@1370: luis@328: assert true luis@328: end luis@1368: luis@1368: luis@1368: luis@328: end