Sha256: 39da774c793e17805e3a10043507aab4f658838f721e7af1b0d2009e549e3dff
Contents?: true
Size: 588 Bytes
Versions: 11
Compression:
Stored size: 588 Bytes
Contents
ENV["RAILS_ENV"] ||= 'test' # Only the parts of rails we want to use # if you want everything, use "rails/all" require "action_controller/railtie" require "rails/test_unit/railtie" require 'fluoride-collector/rails' #root = File.expand_path(File.dirname(__FILE__)) # Define the application and configuration module Fixture class Application < ::Rails::Application # configuration here if needed config.active_support.deprecation = :stderr config.eager_load = false end end # Initialize the application Fixture::Application.initialize! RSpec.configure do |config| end
Version data entries
11 entries across 11 versions & 1 rubygems