Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- describe Web::PartnersController, type: :controller do
- describe 'GET show' do
- fixtures :partners
- it 'render :show template' do
- get :show, id: partner.id
- expect(response).to render_template(:show)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement