Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/test/unit/publication_test.rb @ 1481:93934eec7b56 issue_540
Close obsolete branch issue_540
author | Chris Cannam |
---|---|
date | Sat, 24 Nov 2012 17:53:51 +0000 |
parents | aed18b463206 |
children |
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper' class PublicationTest < ActiveSupport::TestCase fixtures :publications # Replace this with your real tests. def test_truth assert true end end