From 864533830623e8b6d74230c620a494245f3a8dc3 Mon Sep 17 00:00:00 2001 From: carlad Date: Tue, 8 Sep 2015 16:36:40 +0200 Subject: [PATCH] update build/find_spec to include :exists_on_github --- spec/v3/services/branch/find_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/v3/services/branch/find_spec.rb b/spec/v3/services/branch/find_spec.rb index 5fb56102..5779df2d 100644 --- a/spec/v3/services/branch/find_spec.rb +++ b/spec/v3/services/branch/find_spec.rb @@ -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