Commit 2928e19d authored by Robert Speicher's avatar Robert Speicher

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

Fix spec failure introduced by 9d03bc6f

See merge request !2006
parents 24ab8605 a1d3b8d7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment