Sha256: 13674c5b17ecd540958879e7ce370b61337ac744bf7a1a01cbe1f37f9ad8b004

Contents?: true

Size: 578 Bytes

Versions: 8

Compression:

Stored size: 578 Bytes

Contents

$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "/../lib")))
ARGV << "-b"
require "rubygems"
require "bundler"
Bundler.setup

#require "vendor/gems/environment"
require "ostruct"
require "spec"
require "spec/autorun"
require "redis"
require "merb"
require "rack/cache"
require "rack/cache/metastore"
require "rack/cache/entitystore"
require "redis-store"
require "active_support"
require "action_controller/session/abstract_store"
require "cache/rails/redis_store"
require "rack/session/rails"
require "cache/sinatra/redis_store"

$DEBUG = ENV["DEBUG"] === "true"

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
redis-store-0.3.9 spec/spec_helper.rb
honkster-redis-store-0.3.16 spec/spec_helper.rb
honkster-redis-store-0.3.15 spec/spec_helper.rb
honkster-redis-store-0.3.14 spec/spec_helper.rb
honkster-redis-store-0.3.13 spec/spec_helper.rb
honkster-redis-store-0.3.12 spec/spec_helper.rb
redis-store-0.3.8 spec/spec_helper.rb
honkster-redis-store-0.3.11 spec/spec_helper.rb