remove unwanted spaces, reduce diff, clean before merge

This commit is contained in:
GitLab 2014-02-11 21:12:27 +05:30
parent 1739b7fcbb
commit 4b9c28bccd
1 changed files with 1 additions and 3 deletions

View File

@ -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