To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_bibliography / test / unit / authorship_test.rb @ 1371:a8d468e143f7

History | View | Annotate | Download (239 Bytes)

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