Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/test/test_helper.rb @ 1371:a8d468e143f7 bibliography_testing
Started adding a few real test cases.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 22 Aug 2013 11:44:31 +0100 |
parents | 0b169a5e3837 |
children |
comparison
equal
deleted
inserted
replaced
1370:0b169a5e3837 | 1371:a8d468e143f7 |
---|---|
11 | 11 |
12 def setup | 12 def setup |
13 | 13 |
14 end | 14 end |
15 | 15 |
16 def test_publication | 16 def test_truth |
17 pub = Publication.first | 17 assert true |
18 | |
19 assert 1 == 0 | |
20 end | 18 end |
21 | 19 |
22 # def test_routing | 20 # def test_routing |
23 # assert_routing( | 21 # assert_routing( |
24 # {:method => :get, :path => '/requirements'}, | 22 # {:method => :get, :path => '/requirements'}, |