spec/lib/rspotify/user_spec.rb in rspotify-1.9.0 vs spec/lib/rspotify/user_spec.rb in rspotify-1.9.1
- old
+ new
@@ -9,9 +9,10 @@
end
end
it 'should find user with correct attributes' do
expect(@user.external_urls['spotify']) .to eq 'https://open.spotify.com/user/wizzler'
+ expect(@user.followers['total']) .to be > 0
expect(@user.href) .to eq 'https://api.spotify.com/v1/users/wizzler'
expect(@user.id) .to eq 'wizzler'
expect(@user.type) .to eq 'user'
expect(@user.uri) .to eq 'spotify:user:wizzler'
end