spec/capybara/httpclient_json/driver_spec.rb in capybara-json-0.1.2 vs spec/capybara/httpclient_json/driver_spec.rb in capybara-json-0.2.0
- old
+ new
@@ -8,9 +8,10 @@
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 redirect 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'