Created
April 4, 2012 18:34
-
-
Save MikeSilvis/2304582 to your computer and use it in GitHub Desktop.
visiting an admin area
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 "Visit Admin Area" do | |
@user = FactoryGirl.create(:admin) | |
login_user | |
visit "/dashboard" | |
page.should have_content("Dashboard") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What an amazing gist.