@@ -1,7 +1,14 | |||
|
1 | 1 | require File.expand_path('../../test_helper', __FILE__) |
|
2 | 2 | |
|
3 | 3 | class CalendarsControllerTest < ActionController::TestCase |
|
4 |
fixtures : |
|
|
4 | fixtures :projects, | |
|
5 | :trackers, | |
|
6 | :projects_trackers, | |
|
7 | :roles, | |
|
8 | :member_roles, | |
|
9 | :members, | |
|
10 | :auth_sources, | |
|
11 | :enabled_modules | |
|
5 | 12 | |
|
6 | 13 | def test_calendar |
|
7 | 14 | get :show, :project_id => 1 |
General Comments 0
You need to be logged in to leave comments.
Login now