Update index.html.haml_spec.rb
This commit is contained in:
parent
28341de3fa
commit
0e8406be74
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue