This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe "Confirmations" do | |
subject { page } | |
login(:with_email) | |
it 'подтверждает пользователя' do | |
# залогиненный юзер заходит в личный кабинет | |
visit edit_cabinet_user_path | |
# нажимает на ссылку для повторной отправки кода |
NewerOlder