Skip to content

Commit

Permalink
Merge pull request #1482 from jkowens/master
Browse files Browse the repository at this point in the history
Revert back to using include matcher
  • Loading branch information
namusyaka committed Oct 27, 2018
2 parents b7c1064 + e3d96ee commit d5bef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra-contrib/spec/cookies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def cookies(*set_cookies)
it 'checks response cookies' do
jar = cookies
jar['foo'] = 'bar'
expect(jar).to be_include(:foo)
expect(jar).to include(:foo)
end

it 'does not use deleted cookies' do
Expand Down

0 comments on commit d5bef3d

Please sign in to comment.