diff plugins/redmine_bibliography/test/unit/authorship_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 987e71e73116
children
line wrap: on
line diff
--- a/plugins/redmine_bibliography/test/unit/authorship_test.rb	Wed Aug 21 17:51:08 2013 +0100
+++ b/plugins/redmine_bibliography/test/unit/authorship_test.rb	Wed Aug 21 18:57:34 2013 +0100
@@ -5,6 +5,9 @@
 
   # Replace this with your real tests.
   def test_truth
+        luis = Author.first
+
+
     assert true
   end