removed wrong commented test
This commit is contained in:
parent
7b48daba07
commit
51541ccac9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue