Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/test/unit/author_test.rb @ 652:0c872fe77797 feature_36
Merge from 649:525f48af3f54
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 09 Sep 2011 14:19:25 +0100 |
parents | aed18b463206 |
children |
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper' class AuthorTest < ActiveSupport::TestCase fixtures :authors # Replace this with your real tests. def test_truth assert true end end