Update show.html.haml_spec.rb

This commit is contained in:
Chris Niedzwiedz 2017-01-09 09:30:28 -06:00 committed by GitHub
parent f49ebf634f
commit 59005f3f81

View file

@ -12,6 +12,6 @@ describe 'users/show' do
render template: 'users/show.html.haml'
expect(rendered).to_not have_selector("#divInjectedElement")
expect(rendered).to_not have_selector('#divInjectedElement')
end
end