We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a88ebc commit ef2dca6Copy full SHA for ef2dca6
spec/rpi_auth/models/authenticatable_spec.rb
@@ -54,12 +54,9 @@ class DummyUser
54
55
it 'returns a user with the correct attributes' do
56
expect(omniauth_user).to be_a described_class
57
- expect(omniauth_user).to have_attributes(user_id: 'testuserid',
58
- name: 'Bodkin Van Horn',
59
- nickname: 'Hoos-Foos',
60
- email: 'test@example.com',
61
- country: 'Zimbabwe',
62
- country_code: 'ZW',
+ expect(omniauth_user).to have_attributes(user_id: 'testuserid', name: 'Bodkin Van Horn',
+ nickname: 'Hoos-Foos', email: 'test@example.com',
+ country: 'Zimbabwe', country_code: 'ZW',
63
picture: 'https://placecage.com/100/100',
64
profile: 'https://my.raspberry.pi/profile/edit')
65
end
0 commit comments