when I fill in "Full Name" with "Tony Starks"
and I fill in "Email" with "tony@starks.com"
and I click on "Invite"
then a email should be sent to tony@starks.com
and User.where(email: "tony@starks.com") should exist
and current_company.users.should include User.last
I am logged in and I visit "/team/new-member"
when I fill in "Full Name" with "Tony Starks" and I fill in "Email" with "tony@starks.com" and I click on "Invite"
then a email should be sent to tony@starks.com and User.where(email: "tony@starks.com") should exist and current_company.users.should include User.last