fixed test
This commit is contained in:
parent
73176c9ead
commit
cb4006aa8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue