1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Implement status_code method for rack_test_driver.

This commit is contained in:
Gareth Townsend 2010-06-07 11:45:09 +10:00
parent 072e697130
commit d80471982d
5 changed files with 8 additions and 4 deletions

View file

@ -13,6 +13,6 @@ describe Capybara::Driver::RackTest do
it_should_behave_like "driver"
it_should_behave_like "driver with header support"
it_should_behave_like "driver without response code support"
it_should_behave_like "driver with response code support"
end