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

Version Path
praxis-2.0.pre.9 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.8 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.7 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.6 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.5 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.4 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.3 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.2 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-2.0.pre.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.22.pre.2 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.22.pre.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.21 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.20.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.20.0 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.19.0 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.18.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.18.0 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.17.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.17.0 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb
praxis-0.16.1 tasks/thor/templates/generator/empty_app/spec/spec_helper.rb