view plugins/redmine_bibliography/test/unit/authorship_test.rb @ 1245:d8e15cc24494 redmine-2.2-integration

fixed the project _overview form_for (had one extra parameter); created route for a project's settings.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 27 Mar 2013 15:37:47 +0000
parents b4b72f1eb644
children 987e71e73116
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