To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_bibliography / test / test_helper.rb @ 424:b601a9e472f3

History | View | Annotate | Download (441 Bytes)

1 298:a41158bde9e0 luis
# Load the normal Rails helper
2
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
3 424:b601a9e472f3 luis
require 'publications_controller'
4 298:a41158bde9e0 luis
5
# Ensure that we are using the temporary fixture path
6
Engines::Testing.set_fixture_path
7 424:b601a9e472f3 luis
8
class PublicationsControllerTest < ActionController::TestCase
9
  fixtures :publications, :authors, :bibtex_entries, :authorships
10
11
  def setup
12
  end
13
14
  def test_routing
15
    assert_routing(
16
        )
17
  end