mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Put the accidently commented out specs back in.
Thanks alovak!
This commit is contained in:
parent
9a91b98f8d
commit
12f9f58c8b
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ describe Capybara::Session do
|
|||
end
|
||||
end
|
||||
|
||||
# it_should_behave_like "session"
|
||||
it_should_behave_like "session"
|
||||
it_should_behave_like "session with javascript support"
|
||||
# it_should_behave_like "session without headers support"
|
||||
it_should_behave_like "session without headers support"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue