Commit cb4006aa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed test

parent 73176c9e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment