Skip to content

Instantly share code, notes, and snippets.

@vijendra
Created May 13, 2010 11:24
Show Gist options
  • Save vijendra/399732 to your computer and use it in GitHub Desktop.
Save vijendra/399732 to your computer and use it in GitHub Desktop.
Given /^I am logged in as an admin$/ do
u= User.make(:admin)
u.has_role!('admin')
visit new_user_session_path
fill_in(:email, :with => '[email protected]')
fill_in(:password, :with => 'password')
click_button('Login')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment