diff --git a/spec/views/users/show.html.haml_spec.rb b/spec/views/users/show.html.haml_spec.rb index 83d0d4b5..55fa2550 100644 --- a/spec/views/users/show.html.haml_spec.rb +++ b/spec/views/users/show.html.haml_spec.rb @@ -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