comparison plugins/redmine_bibliography/test/unit/authorship_test.rb @ 1484:51364c0cd58f redmine-2.4-integration

Merge from live branch. Still need to merge manually in files overridden by plugins.
author Chris Cannam
date Wed, 15 Jan 2014 09:59:14 +0000
parents 0b169a5e3837
children
comparison
equal deleted inserted replaced
1464:261b3d9a4903 1484:51364c0cd58f
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class AuthorshipTest < ActiveSupport::TestCase
4 fixtures :authorships
5
6 # Replace this with your real tests.
7 def test_truth
8 luis = Author.first
9
10
11 assert true
12 end
13
14
15
16 end