1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove hash spec, this is way too inconsisten between rubies

This commit is contained in:
Konstantin Haase 2011-09-05 00:41:36 -07:00
parent a9c6a805b5
commit ac40d671b8

View file

@ -515,11 +515,6 @@ describe Sinatra::Cookies do
end
end
describe :hash do
it { cookies.hash.should be == {}.hash }
it { cookies('foo=bar').hash.should be == {'foo' => 'bar'}.hash }
end
describe :include? do
it 'checks request cookies' do
cookies('foo=bar').should include('foo')