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:
authorGitLab <devaroop123@yahoo.co.in>2014-02-11 19:42:27 +0400
committerGitLab <devaroop123@yahoo.co.in>2014-02-11 19:42:27 +0400
commit4b9c28bccded2064fc95cf891b87a375d5bcdcf7 (patch)
tree6b2339b8665d2bb10023d0d3fb04ce27509549cc /spec
parent1739b7fcbbf3fcd8b86c31460510ed85a53b11c5 (diff)
remove unwanted spaces, reduce diff, clean before merge
Diffstat (limited to 'spec')
-rw-r--r--spec/models/user_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 3b09f7978bc..fd8d7133ae9 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -367,10 +367,8 @@ describe User do
it 'does not begin with https if website url begins with https' do
user.website_url = 'https://test.com'
-
+
expect(user.short_website_url).to eq 'test.com'
end
end
-
end
-