Skip to content

Instantly share code, notes, and snippets.

@ogredude
Created August 11, 2011 18:26
Show Gist options
  • Save ogredude/1140355 to your computer and use it in GitHub Desktop.
Save ogredude/1140355 to your computer and use it in GitHub Desktop.
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