view plugins/redmine_bibliography/test/unit/author_test.rb @ 1370:0b169a5e3837 bibliography_testing

Copied the user test fixtures to the plugin test folder; tests are now running.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 21 Aug 2013 18:57:34 +0100
parents b4b72f1eb644
children a8d468e143f7
line wrap: on
line source
require File.dirname(__FILE__) + '/../test_helper'

class AuthorTest < ActiveSupport::TestCase
  fixtures :authors

  # Replace this with your real tests.
  def test_truth
    luis = Author.first

    assert true
  end
end