comparison plugins/redmine_bibliography/test/functional/authors_controller_test.rb @ 1386:e4c393cebb1a luisf

Merger from testing branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 24 Sep 2013 16:25:05 +0100
parents a8d468e143f7
children
comparison
equal deleted inserted replaced
1385:bfef1bf3bedd 1386:e4c393cebb1a
1 require File.dirname(__FILE__) + '/../test_helper' 1 # authors_controller_test.rb
2
3 require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
2 4
3 class AuthorsControllerTest < ActionController::TestCase 5 class AuthorsControllerTest < ActionController::TestCase
4 # Replace this with your real tests. 6 self.fixture_path = File.dirname(__FILE__) + "/../fixtures/"
7 fixtures :users, :authors, :authorships
8
5 def test_truth 9 def test_truth
6 assert true 10 assert true
7 end 11 end
12
8 end 13 end