RubyGems.org

Sessionography has only one function: to replace Sinatra's session methods with a basic hash that persists across requests. Bypassing Rack::Session removes nearly all the complexity of unit and integration testing with session data.

installgem install sinatra-sessionography
Authors

Stephen Eley

3,437 total downloads 1,028 for this version
Owners

994e42bda994be2cd1d791f18ee6d561

Gemfile
gem "sinatra-sessionography", "~> 0.1.1"
Versions
  1. 0.1.1 April 28, 2010
  2. 0.1.0 April 26, 2010
  3. 0.0.2 April 26, 2010
  4. 0.0.1 April 26, 2010
Runtime Dependencies
  1. sinatra >= 1.0
Development Dependencies
  1. rspec >= 1.2.9
  2. yard >= 0