Sha256: e74e43b922893e169e35159ccf633c43e48ba97441b13f61b1e44f1f0d45abc6
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 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" config.paths["app/views"] << "spec/fixtures/app/views" end end Dummy::Application.initialize!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
high_voltage-3.1.1 | spec/fake_app.rb |
high_voltage-3.1.0 | spec/fake_app.rb |