From 0e8406be74d7c8379b5b4cf0aa3bee8078f8cd71 Mon Sep 17 00:00:00 2001 From: Chris Niedzwiedz Date: Mon, 9 Jan 2017 09:31:28 -0600 Subject: [PATCH] Update index.html.haml_spec.rb --- spec/views/admin/lodgings/index.html.haml_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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