removed wrong commented test

This commit is contained in:
Carlos Daniel Pohlod 2022-11-16 10:02:18 -03:00 committed by Henne Vogelsang
parent 7b48daba07
commit 51541ccac9

View file

@ -18,7 +18,7 @@ describe ConferencesController do
context 'conference made public' do context 'conference made public' do
it 'assigns the requested conference to conference' do it 'assigns the requested conference to conference' do
get :show, params: { id: conference.short_title } get :show, params: { id: conference.short_title }
# expect(assigns(:conference)).to eq conference expect(assigns(:conference)).to eq conference
end end
it 'renders the show template' do it 'renders the show template' do