Sha256: 0928257e7d53dbc9debe34ea1235e8ad07ea2f3cc778ae29711b7b8952a9aa9d

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

$:.unshift File.expand_path('lib')

require 'rails/all'

module Fozzie
  module Rails
    class Application < ::Rails::Application; end
  end
end

Fozzie::Rails::Application.configure do
  config.active_support.deprecation = :log
end

require 'fozzie_rails'

RSpec.configure do |config|
  config.order = :random
  config.before(:suite) { Fozzie::Rails::Application.initialize! }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fozzie_rails-0.0.4 spec/spec_helper.rb
fozzie_rails-0.0.2 spec/spec_helper.rb
fozzie_rails-0.0.1 spec/spec_helper.rb