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
path: root/spec
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-22 17:14:23 +0400
committergitlabhq <m@gitlabhq.com>2011-11-22 17:14:23 +0400
commitb5d7fb5eed496dbef766390a57fd8eec53f842d0 (patch)
treeac0717265312c97e92b18f6afa2359516aae2c81 /spec
parent3f0d8079557e573871cbb1b62e0f90e4e34853f9 (diff)
restyled user profile
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/profile_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/profile_spec.rb b/spec/requests/profile_spec.rb
index 5d2c01d1063..ea88a651f8f 100644
--- a/spec/requests/profile_spec.rb
+++ b/spec/requests/profile_spec.rb
@@ -11,7 +11,6 @@ describe "Profile" do
end
it { page.should have_content(@user.name) }
- it { page.should have_content(@user.email) }
end
describe "Profile update" do