Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/test/unit/authorship_test.rb @ 968:6b978669cdac live
Merge from branch "bug_521"
author | Chris Cannam |
---|---|
date | Wed, 17 Oct 2012 10:42:37 +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