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