@ -301,7 +333,7 @@ With request signing enabled, the certificate will be added to the identity prov
### 3: Restarting the server
Once the configuration is completed, restart your OpenProject server with `service openproject restart`.
Once the configuration is completed, restart your OpenProject server with `service openproject restart`. If you configured SAML through settings, this step can be ignored.
@ -32,25 +32,6 @@ describe ApplicationHelper, type: :helper do
includeApplicationHelper
includeWorkPackagesHelper
describe'format_activity_description'do
it'truncates given text'do
text='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lore'
@ -59,7 +58,11 @@ describe 'search/index', type: :helper do
let(:tokens){%w(token another)}
let(:title){'This is a token and another token.'}
let(:expected_title)do
'This is a <span class="search-highlight token-0">token</span> and <span class="search-highlight token-1">another</span> <span class="search-highlight token-0">token</span>.'