view plugins/redmine_bibliography/test/functional/authorships_controller_test.rb @ 1585:37d4559a9fce dockerise

Remove unneeded log
author Chris Cannam
date Wed, 16 Aug 2017 16:58:04 +0100
parents b4b72f1eb644
children
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper'

class AuthorshipsControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end