Update show.html.haml_spec.rb
This commit is contained in:
parent
f49ebf634f
commit
59005f3f81
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ describe 'users/show' do
|
||||||
|
|
||||||
render template: 'users/show.html.haml'
|
render template: 'users/show.html.haml'
|
||||||
|
|
||||||
expect(rendered).to_not have_selector("#divInjectedElement")
|
expect(rendered).to_not have_selector('#divInjectedElement')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue