Mercurial > hg > soundsoftware-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
1369:40e64d14e691 | 1370:0b169a5e3837 |
---|---|
3 class AuthorTest < ActiveSupport::TestCase | 3 class AuthorTest < ActiveSupport::TestCase |
4 fixtures :authors | 4 fixtures :authors |
5 | 5 |
6 # Replace this with your real tests. | 6 # Replace this with your real tests. |
7 def test_truth | 7 def test_truth |
8 luis = Author.first | |
9 | |
8 assert true | 10 assert true |
9 end | 11 end |
10 end | 12 end |