Mercurial > hg > soundsoftware-site
annotate plugins/redmine_bibliography/test/functional/authors_controller_test.rb @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | a8d468e143f7 |
children |
rev | line source |
---|---|
luis@1371 | 1 # authors_controller_test.rb |
luis@1371 | 2 |
luis@1370 | 3 require File.expand_path(File.dirname(__FILE__) + '/../test_helper') |
luis@328 | 4 |
luis@328 | 5 class AuthorsControllerTest < ActionController::TestCase |
luis@1370 | 6 self.fixture_path = File.dirname(__FILE__) + "/../fixtures/" |
luis@1371 | 7 fixtures :users, :authors, :authorships |
luis@1370 | 8 |
luis@1371 | 9 def test_truth |
luis@1371 | 10 assert true |
luis@328 | 11 end |
luis@1370 | 12 |
luis@328 | 13 end |