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:
parent
a9c6a805b5
commit
ac40d671b8
1 changed files with 0 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue