Adds a project specific css class to body (#14767).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12170 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -589,4 +589,9 @@ class ProjectsControllerTest < ActionController::TestCase
|
||||
assert_response :success
|
||||
assert_template 'show'
|
||||
end
|
||||
|
||||
def test_body_should_have_project_css_class
|
||||
get :show, :id => 1
|
||||
assert_select 'body.project-ecookbook'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user