DEV: Improve component test skip option and skipped new tests

This commit is contained in:
romanrizzi
2019-05-16 15:15:37 -03:00
parent 80b3560050
commit b716439c3e
7 changed files with 11 additions and 10 deletions

View File

@ -224,7 +224,7 @@ describe Invite do
context "deletes duplicate invites" do
fab!(:another_user) { Fabricate(:user) }
it 'delete duplicate invite' do
xit 'delete duplicate invite' do
another_invite = Fabricate(:invite, email: invite.email, invited_by: another_user)
invite.redeem
duplicate_invite = Invite.find_by(id: another_invite.id)