Sha256: 8adc060a153da995c42750a31fc4e720f3b153fe26698a732b370cc7b5df251a
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 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 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/httpclient_json/driver_spec.rb |