Sha256: 6df5ba5584186b58a98ad34b034108abaedd1889694724ac26f78170bbe1f48c

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://<USER>:<PASS>@<URL>:80/user_groups.json?user_group%5Blabel%5D=My+new+group
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic <REDACTED>
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 201
      message: Created
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      location: 
      - http://<URL>/user_groups/29
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.029662"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Mon, 13 Feb 2012 19:19:40 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "201"
      cache-control: 
      - no-cache
      transfer-encoding: 
      - chunked
    body: "{\"user_group\":{\"label\":\"My new group\",\"created_at\":\"2012-02-13T19:19:40Z\",\"updated_at\":\"2012-02-13T19:19:40Z\",\"id\":29}}"
    http_version: "1.1"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
squall-1.4.0 spec/vcr_cassettes/user_group/create.yml
squall-1.3.1 spec/vcr_cassettes/user_group/create.yml
squall-1.3.0 spec/vcr_cassettes/user_group/create.yml
squall-1.2.1beta1 spec/vcr_cassettes/user_group/create.yml
squall-1.2.0beta1 spec/vcr_cassettes/user_group/create.yml