Sha256: 83f672aa9b998f4601e174213b9546ce125f9d76c72351bb54213433c7ffe056

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

require 'spec_helper'

klass = Capybara::RackTestJson::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 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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-json-0.0.3 spec/capybara/rack_test_json/driver_spec.rb