Fixed conference view spec, mismatched end

This commit is contained in:
Gopesh Tulsyan 2014-06-13 02:43:58 +05:30
parent 9b7925de6b
commit d1d4ed4b75

View file

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