update specs to remove deprecation warnings

This commit is contained in:
David McClure
2014-11-07 06:05:44 -08:00
parent 067f552cd5
commit efc4109902
10 changed files with 24 additions and 24 deletions

View File

@ -366,7 +366,7 @@ describe Invite do
invites = Invite.find_redeemed_invites_from(inviter)
expect(invites).to have(1).items
invites.size.should == 1
expect(invites.first).to eq redeemed_invite
end
end