Skip to content
Snippets Groups Projects
Commit 2928e19d authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'rs-spec-failure' into 'master'

Fix spec failure introduced by 9d03bc6f

See merge request !2006
parents 24ab8605 a1d3b8d7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -278,7 +278,7 @@ describe ApplicationHelper do
el = element.next_element
 
expect(el.name).to eq 'script'
expect(el.text).to include "$('.js-timeago').timeago()"
expect(el.text).to include "$('.js-timeago').last().timeago()"
end
 
it 'allows the script tag to be excluded' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment