Put the accidently commented out specs back in.

Thanks alovak!
This commit is contained in:
Jonas Nicklas 2010-02-18 21:53:10 +01:00
parent 9a91b98f8d
commit 12f9f58c8b
1 changed files with 2 additions and 2 deletions

View File

@ -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