Fix specs

This commit is contained in:
Piotr Sarnacki 2015-06-18 15:35:22 +02:00
parent 43263b5eee
commit a4c228277b

View File

@ -28,6 +28,7 @@ describe Travis::Api::App::Endpoint::Users do
'created_at' => user.created_at.strftime('%Y-%m-%dT%H:%M:%SZ'), 'created_at' => user.created_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
'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, 'correct_scopes' => true,
'channels' => ["user-1", "repo-1", "repo-2", "repo-3"]
} }
end end