spec/capybara/httpclient_json/driver_spec.rb in capybara-json-0.1.0 vs spec/capybara/httpclient_json/driver_spec.rb in capybara-json-0.1.1

- old
+ new

@@ -5,9 +5,10 @@ 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'