Solution
Thanks to this gist form Steven Harman, I got it working. devise_mail_helpers.rb
module Features module MailHelpers
In your devise reset password template make sure following content should correct:
=link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @token)