Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/test/unit/authorship_test.rb @ 1138:9e8213f2dfb3 redmine-2.2-integration
Restore missing open-div
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 10 Jan 2013 15:11:44 +0000 |
parents | b4b72f1eb644 |
children | 987e71e73116 |
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