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

Fix spec failure introduced by 9d03bc6fa3

See merge request !2006
This commit is contained in:
Robert Speicher 2015-12-07 21:52:47 +00:00
commit 2928e19d43
1 changed files with 1 additions and 1 deletions

View File

@ -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