Revision 1431:303b9be118d4 plugins/redmine_bibliography/test/functional
| plugins/redmine_bibliography/test/functional/authors_controller_test.rb | ||
|---|---|---|
| 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 | 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 | 9 |
def test_truth |
| 6 | 10 |
assert true |
| 7 | 11 |
end |
| 12 |
|
|
| 8 | 13 |
end |
Also available in: Unified diff