remove commented out code

This commit is contained in:
Eric Schultz 2018-07-19 13:31:58 -05:00
parent 1ad29e7436
commit 9c5d2df50b

View file

@ -109,15 +109,5 @@ describe 'Maintenance Mode' do
end
end
# it 'redirect to general user' do
# nonprofit
# unauth_user.create_profile
# sign_in unauth_user
# get(:index)
# expect(response).to redirect_to profile_url(unauth_user.profile.id)
# end
end