This commit is contained in:
Shlok Srivastava 2017-08-10 06:09:24 +00:00 • committed by GitHub
commit 304339f9fc
15 changed files with 240 additions and 7 deletions

View file

@ -135,6 +135,15 @@ describe Admin::ConferencesController do
end
end
end
describe 'GET #custom_domain', blah: true do
it 'render custom domain' do
get :custom_domain, id: conference.short_title
expect(response).to render_template :custom_domain
expect(response).to be_success
end
end
end
shared_examples 'access as organization_admin' do