Mercurial > hg > soundsoftware-site
annotate 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 |
rev | line source |
---|---|
luis@328 | 1 require File.dirname(__FILE__) + '/../test_helper' |
luis@328 | 2 |
luis@328 | 3 class AuthorTest < ActiveSupport::TestCase |
luis@328 | 4 fixtures :authors |
luis@328 | 5 |
luis@328 | 6 # Replace this with your real tests. |
luis@328 | 7 def test_truth |
luis@1370 | 8 luis = Author.first |
luis@1370 | 9 |
luis@328 | 10 assert true |
luis@328 | 11 end |
luis@328 | 12 end |