Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/test/unit/publication_test.rb @ 1228:44475ccf56d3 cannam
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 15:44:39 +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