Created
August 11, 2011 18:26
-
-
Save ogredude/1140355 to your computer and use it in GitHub Desktop.
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
it "should assign the new user as company admin" do | |
post :create, :user => @user_attribs | |
@user = User.last | |
@user.company_admin.should be_true | |
@user.pending.should be_false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment