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

Fix spec failure introduced by 9d03bc6f

parent 9d03bc6f
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