fix failing spec

This commit is contained in:
Konstantin Haase 2013-01-07 21:02:00 +01:00
parent 9e0021e649
commit 94d8a3cd2e

View File

@ -24,7 +24,8 @@ describe Travis::Api::App::Endpoint::Users do
'gravatar_id' => user.gravatar_id,
'locale' => user.locale,
'is_syncing' => user.is_syncing,
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ')
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
'correct_scopes' => true,
}
end
end