diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-21 13:28:05 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-21 13:28:05 +0200 |
| commit | cce14e0b0133ec6e8f380a23a6309bb52e67cc20 (patch) | |
| tree | a151d32bee7c81c4a9b728becd5da6868ec5f70b /spec/features/admin | |
| parent | 5aeaf248f1730ba1698d9e98ec43920b172b9e0c (diff) | |
| download | gitlab-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.rb | 1 |
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 |
