Update show.html.haml_spec.rb

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

View file

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