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:
parent
072e697130
commit
d80471982d
5 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue