summaryrefslogtreecommitdiff
path: root/spec/features/admin
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 13:28:05 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 13:28:05 +0200
commitcce14e0b0133ec6e8f380a23a6309bb52e67cc20 (patch)
treea151d32bee7c81c4a9b728becd5da6868ec5f70b /spec/features/admin
parent5aeaf248f1730ba1698d9e98ec43920b172b9e0c (diff)
downloadgitlab-ce-cce14e0b0133ec6e8f380a23a6309bb52e67cc20.tar.gz
Removing ambiguity and non-working selectors
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_users_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/admin/admin_users_spec.rb b/spec/features/admin/admin_users_spec.rb
index 455caf4a376..77d6e9e3795 100644
--- a/spec/features/admin/admin_users_spec.rb
+++ b/spec/features/admin/admin_users_spec.rb
@@ -82,7 +82,6 @@ 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.projects_limit)
end
end