remove unwanted spaces, reduce diff, clean before merge
This commit is contained in:
parent
1739b7fcbb
commit
4b9c28bccd
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue