This commit is contained in:
Christian Bruckmayer 2016-04-20 14:34:41 +00:00
commit 678a0aaeb1
3 changed files with 10 additions and 20 deletions

View file

@ -58,7 +58,6 @@ describe 'conference/show.html.haml' do
it 'renders sponsors partial' do
expect(view).to render_template(partial: 'conference/_sponsors')
expect(rendered).to match(/example@example.com/)
expect(rendered).to match(/Example sponsor/)
expect(rendered).to match(/www.example.com/)
expect(rendered).to match(/Lorem Ipsum Dolor/)
expect(rendered).to match(/rails.jpg/)