Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/test/functional/publications_controller_test.rb @ 1459:cf78a7ade302 luisf
Merge from branch "bug_794"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Nov 2013 18:25:50 +0000 |
parents | b4b72f1eb644 |
children |
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper' class PublicationsControllerTest < ActionController::TestCase # Replace this with your real tests. def test_truth assert true end end