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

Version Path
fluoride-collector-0.0.11 spec_help/railtie-help.rb
fluoride-collector-0.0.10 spec_help/railtie-help.rb
fluoride-collector-0.0.9 spec_help/railtie-help.rb
fluoride-collector-0.0.8 spec_help/railtie-help.rb
fluoride-collector-0.0.7 spec_help/railtie-help.rb
fluoride-collector-0.0.6 spec_help/railtie-help.rb
fluoride-collector-0.0.5 spec_help/railtie-help.rb
fluoride-collector-0.0.4 spec_help/railtie-help.rb
fluoride-collector-0.0.3 spec_help/railtie-help.rb
fluoride-collector-0.0.2 spec_help/railtie-help.rb
fluoride-collector-0.0.1 spec_help/railtie-help.rb