diff --git a/spec/views/proposals/show.html.haml_spec.rb b/spec/views/proposals/show.html.haml_spec.rb index c62a513a..3ff48b23 100644 --- a/spec/views/proposals/show.html.haml_spec.rb +++ b/spec/views/proposals/show.html.haml_spec.rb @@ -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