diff --git a/spec/views/conference/show.html.haml_spec.rb b/spec/views/conference/show.html.haml_spec.rb index 1a59afdf..cb023e44 100644 --- a/spec/views/conference/show.html.haml_spec.rb +++ b/spec/views/conference/show.html.haml_spec.rb @@ -43,6 +43,7 @@ describe 'conference/show.html.haml' do expect(rendered).to include('http://www.example.com') expect(rendered).to include('Lorem Ipsum Dolor') expect(rendered).to include('rails.jpg') + end it 'renders social media partial' do expect(view).to render_template('conference/_social_media')