mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix a forgotten spec
This commit is contained in:
parent
0ea20644c8
commit
21de0d4874
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ describe UsersController, type: :request do
|
|||
it 'allows capture method to work' do
|
||||
get capture_users_path
|
||||
expect(response.body).to include(<<-HTML.strip_heredoc)
|
||||
<div class="capture"><span>
|
||||
<div class='capture'><span>
|
||||
<p>Capture</p>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue