Commit 4b9c28bccded2064fc95cf891b87a375d5bcdcf7
1 parent
1739b7fc
Exists in
spb-stable
and in
3 other branches
remove unwanted spaces, reduce diff, clean before merge
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
spec/models/user_spec.rb
@@ -367,10 +367,8 @@ describe User do | @@ -367,10 +367,8 @@ describe User do | ||
367 | 367 | ||
368 | it 'does not begin with https if website url begins with https' do | 368 | it 'does not begin with https if website url begins with https' do |
369 | user.website_url = 'https://test.com' | 369 | user.website_url = 'https://test.com' |
370 | - | 370 | + |
371 | expect(user.short_website_url).to eq 'test.com' | 371 | expect(user.short_website_url).to eq 'test.com' |
372 | end | 372 | end |
373 | end | 373 | end |
374 | - | ||
375 | end | 374 | end |
376 | - |