Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created April 4, 2012 18:34
Show Gist options
  • Save MikeSilvis/2304582 to your computer and use it in GitHub Desktop.
Save MikeSilvis/2304582 to your computer and use it in GitHub Desktop.
visiting an admin area
it "Visit Admin Area" do
@user = FactoryGirl.create(:admin)
login_user
visit "/dashboard"
page.should have_content("Dashboard")
end
@j3j3
Copy link

j3j3 commented May 16, 2012

What an amazing gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment