Mercurial > hg > soundsoftware-site
diff plugins/redmine_bibliography/test/functional/authors_controller_test.rb @ 1386:e4c393cebb1a luisf
Merger from testing branch.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 24 Sep 2013 16:25:05 +0100 |
parents | a8d468e143f7 |
children |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/test/functional/authors_controller_test.rb Fri Sep 20 19:54:06 2013 +0100 +++ b/plugins/redmine_bibliography/test/functional/authors_controller_test.rb Tue Sep 24 16:25:05 2013 +0100 @@ -1,8 +1,13 @@ -require File.dirname(__FILE__) + '/../test_helper' +# authors_controller_test.rb + +require File.expand_path(File.dirname(__FILE__) + '/../test_helper') class AuthorsControllerTest < ActionController::TestCase - # Replace this with your real tests. + self.fixture_path = File.dirname(__FILE__) + "/../fixtures/" + fixtures :users, :authors, :authorships + def test_truth assert true end + end