mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #1342 from olleolleolle/fix/spec-cookies-remove-unused-local
Spec: Remove unused local 'seen' to avoid Ruby warning
This commit is contained in:
commit
3f704893f1
1 changed files with 0 additions and 1 deletions
|
@ -412,7 +412,6 @@ describe Sinatra::Cookies do
|
|||
end
|
||||
|
||||
it 'favors response over request cookies' do
|
||||
seen = false
|
||||
value = nil
|
||||
cookie_route('foo=bar') do
|
||||
cookies[:foo] = 'baz'
|
||||
|
|
Loading…
Reference in a new issue