Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Forked from ogredude/gist:1140355
Created August 11, 2011 18:29
Show Gist options
  • Save ahawkins/1140363 to your computer and use it in GitHub Desktop.
Save ahawkins/1140363 to your computer and use it in GitHub Desktop.
let(:attributes) { {:email => '[email protected]', :password => 'password'}}
it "should assign the new user as company admin" do
post :create, :user => attributes
user = User.find_by_email! '[email protected]'
user.foo.should be_true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment