From a46e28a85a4c8cd2a97a55f5c4a3bac4425cb907 Mon Sep 17 00:00:00 2001 From: zmagod Date: Fri, 28 Jul 2017 15:37:28 +0200 Subject: [PATCH] fixes signup spec [fixes SCI-1471] --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 7aed6b3f9..13d7e00d9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'