Sha256: 2198a10572a42a4f15930a002bc7051c5b1ae71e6b854ebe5c84f8780ce169a9
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery end # Create a rails app module Dummy class Application < Rails::Application config.secret_key_base = "test" config.eager_load = false config.action_controller.perform_caching = true config.action_controller.cache_store = :memory_store config.root = "spec/fixtures" end end Dummy::Application.initialize!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
high_voltage-3.0.0 | spec/fake_app.rb |
high_voltage-2.4.0 | spec/fake_app.rb |