summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-19 11:22:52 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-19 11:22:52 +0200
commitcb4006aa8cc00f41e6e16ae9737dd407b37fce11 (patch)
treeebb9d86d29d84f13a537c226925bde94f4efb02f
parent73176c9ead814e7bfe848daf2647f643b0290ef9 (diff)
downloadgitlab-ce-cb4006aa8cc00f41e6e16ae9737dd407b37fce11.tar.gz
fixed test
-rw-r--r--spec/requests/admin/admin_users_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/admin/admin_users_spec.rb b/spec/requests/admin/admin_users_spec.rb
index 67cfde5faf4..04500017451 100644
--- a/spec/requests/admin/admin_users_spec.rb
+++ b/spec/requests/admin/admin_users_spec.rb
@@ -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