@@ -24,7 +24,12 class CalendarsControllerTest < ActionController::TestCase | |||
|
24 | 24 | :roles, |
|
25 | 25 | :member_roles, |
|
26 | 26 | :members, |
|
27 | :enabled_modules | |
|
27 | :enabled_modules, | |
|
28 | :issues, | |
|
29 | :issue_statuses, | |
|
30 | :issue_relations, | |
|
31 | :issue_categories, | |
|
32 | :enumerations | |
|
28 | 33 | |
|
29 | 34 | def test_show |
|
30 | 35 | get :show, :project_id => 1 |
General Comments 0
You need to be logged in to leave comments.
Login now