Commit cb4006aa8cc00f41e6e16ae9737dd407b37fce11

Authored by Dmitriy Zaporozhets
1 parent 73176c9e

fixed test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/requests/admin/admin_users_spec.rb
... ... @@ -63,7 +63,7 @@ describe "Admin::Users" do
63 63 it "should have user info" do
64 64 page.should have_content(@user.email)
65 65 page.should have_content(@user.name)
66   - page.should have_content(@user.is_admin?)
  66 + page.should have_content(@user.projects_limit)
67 67 end
68 68 end
69 69  
... ...