1
0
Fork 0
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:
Takashi Kokubun 2015-03-27 14:17:19 +09:00
parent 0ea20644c8
commit 21de0d4874

View file

@ -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>