Sha256: 570adaa58b5d5d6fb9dd4f1be55ce041b257a074605831b58068ee59f230df38
Contents?: true
Size: 372 Bytes
Versions: 28
Compression:
Stored size: 372 Bytes
Contents
Bundler.setup :default, :test Bundler.require :default, :test RSpec.configure do |config| config.include Rack::Test::Methods config.before(:suite) do Praxis::Blueprint.caching_enabled = true Praxis::Application.instance.setup end config.before(:each) do Praxis::Blueprint.cache = Hash.new do |hash, key| hash[key] = Hash.new end end end
Version data entries
28 entries across 28 versions & 1 rubygems