Program component for splash page
This commit is contained in:
parent
a33e930111
commit
d0fd21bfc2
18 changed files with 118 additions and 11 deletions
|
|
@ -1,9 +1,10 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe ConferenceController do
|
||||
let(:conference) { create(:conference_with_registration) }
|
||||
describe 'GET #show' do
|
||||
it 'returns http success' do
|
||||
get :show, id: 'sample'
|
||||
get :show, id: conference.short_title
|
||||
expect(response).to be_success
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue