diff --git a/spec/views/admin/lodgings/index.html.haml_spec.rb b/spec/views/admin/lodgings/index.html.haml_spec.rb index 0c952f76..c0cdf72e 100644 --- a/spec/views/admin/lodgings/index.html.haml_spec.rb +++ b/spec/views/admin/lodgings/index.html.haml_spec.rb @@ -16,7 +16,7 @@ describe 'admin/lodgings/index' do @conference.lodgings << create(:lodging_xss) assign :venue, @conference.venue render - expect(rendered).to_not have_selector("#divInjectedElement") + expect(rendered).to_not have_selector('#divInjectedElement') end end