Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/test/unit/authorship_test.rb @ 983:a97e573d7f87 cannam
Minor fixes
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 14:54:46 +0100 |
parents | aed18b463206 |
children |
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper' class AuthorshipTest < ActiveSupport::TestCase fixtures :authorships # Replace this with your real tests. def test_truth assert true end end