annotate plugins/redmine_bibliography/test/unit/authorship_test.rb @ 1458:b1f4c9a2af24 bug_794

Makes the default radio button checked by default -- this should fix bug #794.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:25:22 +0000
parents 0b169a5e3837
children
rev   line source
luis@328 1 require File.dirname(__FILE__) + '/../test_helper'
luis@328 2
luis@328 3 class AuthorshipTest < ActiveSupport::TestCase
luis@328 4 fixtures :authorships
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@1370 10
luis@328 11 assert true
luis@328 12 end
luis@1368 13
luis@1368 14
luis@1368 15
luis@328 16 end