Merge pull request #759 from ZmagoD/zd_SCI_1471

fixes signup spec [fixes SCI-1471]
This commit is contained in:
Zmago Devetak 2017-08-09 16:16:50 +02:00 committed by GitHub
commit efd105c499

View file

@ -25,6 +25,8 @@ Rails.application.routes.draw do
get 'not_found', to: 'application#not_found', as: 'not_found'
# Settings
resources :users, only: :index # needed for testing signup
get 'users/settings/account/preferences',
to: 'users/settings/account/preferences#index',
as: 'preferences'