summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/layout_test.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb
index 544631089..853bfea4a 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"