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

Fixed minor bugs with the publications controller Started creating tests and fixtures.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 25 May 2011 17:46:49 +0100
parents a41158bde9e0
children 4ecbc22579e2
line wrap: on
line source
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
require 'publications_controller'

# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path

class PublicationsControllerTest < ActionController::TestCase
  fixtures :publications, :authors, :bibtex_entries, :authorships

  def setup
  end

  def test_routing
    assert_routing(
        )
  end