Mercurial > hg > soundsoftware-site
annotate plugins/redmine_bibliography/test/functional/authors_controller_test.rb @ 1391:8580d1d1150e luisf
Adding 2 new js scripts; added the code removed from the partials. Minor cleaning.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Sep 2013 17:44:48 +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 |