fixed test

This commit is contained in:
Dmitriy Zaporozhets 2011-11-19 11:22:52 +02:00
parent 73176c9ead
commit cb4006aa8c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ describe "Admin::Users" do
it "should have user info" do
page.should have_content(@user.email)
page.should have_content(@user.name)
page.should have_content(@user.is_admin?)
page.should have_content(@user.projects_limit)
end
end