diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb index 5446310..853bfea 100644 --- a/test/integration/layout_test.rb +++ b/test/integration/layout_test.rb @@ -1,7 +1,14 @@ require File.expand_path('../../test_helper', __FILE__) class LayoutTest < ActionController::IntegrationTest - fixtures :all + fixtures :projects, :trackers, :issue_statuses, :issues, + :enumerations, :users, :issue_categories, + :projects_trackers, + :roles, + :member_roles, + :members, + :enabled_modules, + :workflows test "browsing to a missing page should render the base layout" do get "/users/100000000"