Skip to content

Commit 9cd59a4

Browse files
Jeff DutilJeff Dutil
Jeff Dutil
authored and
Jeff Dutil
committed
Fix be_true deprecation.
1 parent 9cd10f0 commit 9cd59a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/aws/session_store/dynamo_db/rack_middleware_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def ensure_data_updated(mutated_data)
6767
it "creates a new HTTP cookie when Cookie not supplied" do
6868
get "/"
6969
last_response.body.should eq('All good!')
70-
last_response['Set-Cookie'].should be_true
70+
last_response['Set-Cookie'].should be_truthy
7171
end
7272

7373
it "loads/manipulates a session based on id from HTTP-Cookie" do

0 commit comments

Comments
 (0)