Sha256: 029cd549b4d7fbe982f68260e5f014b4fdca18d58ad3e8215f2bb2d1912b0037

Contents?: true

Size: 661 Bytes

Versions: 2

Compression:

Stored size: 661 Bytes

Contents

require 'spec_helper'

klass = Capybara::HTTPClientJson::Driver

describe klass do
  before { @driver = described_class.new(JsonTestApp) }

  it_should_behave_like 'driver'
  it_should_behave_like 'driver with header support'
  it_should_behave_like 'driver with custom header support'
  it_should_behave_like 'driver with status code support'
  it_should_behave_like 'driver with cookies support'
  it_should_behave_like 'driver with infinite redirect detection'

  it_should_behave_like 'driver to post json'
  it_should_behave_like 'driver to put json'

  it_should_behave_like 'driver for client error'
  it_should_behave_like 'driver for server error'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capybara-json-0.1.2 spec/capybara/httpclient_json/driver_spec.rb
capybara-json-0.1.1 spec/capybara/httpclient_json/driver_spec.rb