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

- old
+ new

@@ -11,6 +11,9 @@ 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