Sha256: 716105f502777f92d63d95819bf43807b761412671b6f4132a1cd1ea08f81513

Contents?: true

Size: 357 Bytes

Versions: 5

Compression:

Stored size: 357 Bytes

Contents

ENV['RACK_ENV'] = 'test'

unless defined?(Rubinius)
  require 'simplecov'
  SimpleCov.start
end

require 'armoire'

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.order = 'random'

  config.before(:all) do
    Armoire.load! File.expand_path('fixtures/application.yml', File.dirname(__FILE__))
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
armoire-1.4.1 spec/spec_helper.rb
armoire-1.4.0 spec/spec_helper.rb
armoire-1.3.0 spec/spec_helper.rb
armoire-1.2.1 spec/spec_helper.rb
armoire-1.1.0 spec/spec_helper.rb