require 'spec_helper' require 'haml' describe 'pugin/components/_status.html.haml', type: :view do context 'without a status message' do it 'renders as expected' do render partial: 'pugin/components/status', locals: { status: nil } expect(response).to eq( <

This is a test website, so may be inaccurate. Give feedback to help improve it. Register to vote in the General Election by 22 May.

DATA ) end end end