Skip to content

Commit

Permalink
removed wrong commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospohlodcodeminer42 committed Nov 16, 2022
1 parent c6b2391 commit 0248f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/conferences_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
context 'conference made public' do
it 'assigns the requested conference to conference' do
get :show, params: { id: conference.short_title }
# expect(assigns(:conference)).to eq conference
expect(assigns(:conference)).to eq conference
end

it 'renders the show template' do
Expand Down

0 comments on commit 0248f72

Please sign in to comment.