Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-19 13:22:52 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-19 13:22:52 +0400
commitcb4006aa8cc00f41e6e16ae9737dd407b37fce11 (patch)
treeebb9d86d29d84f13a537c226925bde94f4efb02f /spec/requests/admin
parent73176c9ead814e7bfe848daf2647f643b0290ef9 (diff)
fixed test
Diffstat (limited to 'spec/requests/admin')
-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