Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/test/test_helper.rb @ 1484:51364c0cd58f redmine-2.4-integration
Merge from live branch. Still need to merge manually in files overridden by plugins.
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 09:59:14 +0000 |
parents | a8d468e143f7 |
children |
comparison
equal
deleted
inserted
replaced
1464:261b3d9a4903 | 1484:51364c0cd58f |
---|---|
1 ENV['RAILS_ENV'] ||= 'test' | |
2 | |
3 # Load the normal Rails helper | |
4 require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper') | |
5 require File.expand_path(File.dirname(__FILE__) + '/../app/controllers/publications_controller') | |
6 | |
7 class BibliographyControllerTest < ActionController::TestCase | |
8 self.fixture_path = File.dirname(__FILE__) + "/fixtures/" | |
9 | |
10 fixtures :authors | |
11 | |
12 def setup | |
13 | |
14 end | |
15 | |
16 def test_truth | |
17 assert true | |
18 end | |
19 | |
20 # def test_routing | |
21 # assert_routing( | |
22 # {:method => :get, :path => '/requirements'}, | |
23 # :controller => 'requirements', :action => 'index' | |
24 # ) | |
25 # end | |
26 | |
27 end |