mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove useless 'puts'
This commit is contained in:
parent
37a9164fa0
commit
d7ef4f1edd
2 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ describe UserProfile do
|
|||
|
||||
it 'removes the link if the user is suspended' do
|
||||
user.suspended_till = 1.month.from_now
|
||||
puts user.suspended?.inspect
|
||||
user_profile.send(:cook)
|
||||
expect(user_profile.bio_excerpt).to match_html("I love http://discourse.org")
|
||||
expect(user_profile.bio_processed).to eq("<p>I love http://discourse.org</p>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue