@@ -1,7 +1,14 | |||||
1 | require File.expand_path('../../test_helper', __FILE__) |
|
1 | require File.expand_path('../../test_helper', __FILE__) | |
2 |
|
2 | |||
3 | class LayoutTest < ActionController::IntegrationTest |
|
3 | class LayoutTest < ActionController::IntegrationTest | |
4 | fixtures :all |
|
4 | fixtures :projects, :trackers, :issue_statuses, :issues, | |
|
5 | :enumerations, :users, :issue_categories, | |||
|
6 | :projects_trackers, | |||
|
7 | :roles, | |||
|
8 | :member_roles, | |||
|
9 | :members, | |||
|
10 | :enabled_modules, | |||
|
11 | :workflows | |||
5 |
|
12 | |||
6 | test "browsing to a missing page should render the base layout" do |
|
13 | test "browsing to a missing page should render the base layout" do | |
7 | get "/users/100000000" |
|
14 | get "/users/100000000" |
General Comments 0
You need to be logged in to leave comments.
Login now