summary refs log tree commit
path: root/test/spec_session_pool.rb
DateCommit message (Expand)
2019-10-06Allow global expectation explicitly for minitest.
2018-04-17RuboCop: enable Layout/Space* cops (#1259)
2018-04-16Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)
2018-04-13Add frozen_string_literal: true to remaining files
2016-12-05To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...
2015-06-24Strip trailing whitespace
2015-06-12First attempt to mass-port from minitest/bacon to minitest/spec.
2015-06-11Added minitest/bacon to the top of each file so they can be run straight up.
2012-03-31Wrap test apps in Rack::Lint and fix uncovered errors (sixth pass)
2011-07-16do not create a session if not necessary
2011-01-14fixing unused variable warnings in 1.9.3
2010-10-03Improves performance by lazy loading the session.
2010-08-06Refactor session stores by providing a with_lock helper and by moving the res...
2010-08-06Make a few changes to the session store:
2010-06-15Rename spec/ back to test/