Mercurial > hg > soundsoftware-site
diff vendor/plugins/redmine_bibliography/test/test_helper.rb @ 425:4ecbc22579e2 feature_36
started creating the show view for one publication
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 26 May 2011 17:41:41 +0100 |
parents | b601a9e472f3 |
children |
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/test/test_helper.rb Wed May 25 17:46:49 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/test/test_helper.rb Thu May 26 17:41:41 2011 +0100 @@ -5,13 +5,20 @@ # Ensure that we are using the temporary fixture path Engines::Testing.set_fixture_path -class PublicationsControllerTest < ActionController::TestCase - fixtures :publications, :authors, :bibtex_entries, :authorships +class BibliographyControllerTest < ActionController::TestCase + fixtures :all def setup end + def test_publication + + end + + def test_routing assert_routing( + {:method => :get, :path => '/requirements'}, + :controller => 'requirements', :action => 'index' ) end