update build/find_spec to include :exists_on_github

This commit is contained in:
carlad 2015-09-08 16:36:40 +02:00
parent 2c5ad649f5
commit 8645338306

View File

@ -48,7 +48,8 @@ describe Travis::API::V3::Services::Repository::Find do
{"@type" => "job",
"@href" => "/v3/job/#{jobs[3].id}",
"@representation"=>"minimal",
"id" =>jobs[3].id}]}
"id" =>jobs[3].id}]},
"exists_on_github"=> true
}}
end
end