annotate plugins/redmine_bibliography/test/unit/authorship_test.rb @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 0b169a5e3837
children
rev   line source
luis@328 1 require File.dirname(__FILE__) + '/../test_helper'
luis@328 2
luis@328 3 class AuthorshipTest < ActiveSupport::TestCase
luis@328 4 fixtures :authorships
luis@328 5
luis@328 6 # Replace this with your real tests.
luis@328 7 def test_truth
luis@1370 8 luis = Author.first
luis@1370 9
luis@1370 10
luis@328 11 assert true
luis@328 12 end
luis@1368 13
luis@1368 14
luis@1368 15
luis@328 16 end