added invites in the tests
This commit is contained in:
parent
1bb5f9f983
commit
a037575ebc
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ describe ServicesController do
|
|||
before do
|
||||
@user = alice
|
||||
@aspect = @user.aspects.first
|
||||
@user.invites = 100
|
||||
@user.save
|
||||
|
||||
sign_in :user, @user
|
||||
@controller.stub!(:current_user).and_return(@user)
|
||||
|
|
|
|||
Loading…
Reference in a new issue