Sha256: 17c0b479598f51109c22f2bf37bc8069e4c5c9570f0b9a3714dfab72ee775ea2

Contents?: true

Size: 1.2 KB

Versions: 40

Compression:

Stored size: 1.2 KB

Contents

{
  :method => :post,
  :body   => "{
    \"errors\"     : [{
      \"code\"     : \"custom\",
      \"field\"    : \"base\",
      \"message\"  : \"base A pull request already exists for reenhanced:banana.\",
      \"resource\" : \"PullRequest\" }],
    \"message\" : \"Validation Failed\"}",
  :url => "https://api.github.com/repos/reenhanced/gitreflow/pulls?access_token=12345",
  :request_headers => {
    "Content-Type"  => "application/json",
    "Authorization" => "Token token=\"12345\""
  },
  :parallel_manager => nil,
  :request          => {:proxy => nil},
  :ssl              => {},
  :status           => 422,
  :response_headers => {
    "server"                  => "nginx/1.0.13",
    "date"                    => "Fri, 27 Apr 2012 13:02:49 GMT",
    "content-type"            => "application/json; charset=utf-8",
    "connection"              => "close",
    "status"                  => "422 Unprocessable Entity",
    "x-ratelimit-limit"       => "5000",
    "etag"                    => "\"ebdeb717fe19444c308e608728569d5a\"",
    "x-oauth-scopes"          => "repo",
    "x-ratelimit-remaining"   => "4996",
    "x-accepted-oauth-scopes" => "repo",
    "content-length"          => "192"},
  :response => ""
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
git_reflow-0.9.9 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.8 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.7 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.6 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.5 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.4 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.3 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.2 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.1 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.9.0 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.8.4 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.8.3 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.8.2 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.8.1 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.8.0 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.7.5 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.7.4 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.7.2 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.7.1 spec/fixtures/pull_requests/pull_request_exists_error.json
git_reflow-0.7.0 spec/fixtures/pull_requests/pull_request_exists_error.json