Sha256: 37a03cf39d643a0152b6843e7d8ca9cf27d81e268bd58829ce1825291f32e9f1

Contents?: true

Size: 409 Bytes

Versions: 6

Compression:

Stored size: 409 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'

require File.expand_path("../dummy/config/environment", __FILE__)
require 'rspec/rails'
require "support/deferred_garbage_collection"

include Genderize

RSpec.configure do |config|
  config.before(:all) { DeferredGarbageCollection.start }
  config.after(:all) { DeferredGarbageCollection.reconsider }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
genderize-0.0.6 spec/spec_helper.rb
genderize-0.0.5 spec/spec_helper.rb
genderize-0.0.4 spec/spec_helper.rb
genderize-0.0.3 spec/spec_helper.rb
genderize-0.0.2 spec/spec_helper.rb
genderize-0.0.1 spec/spec_helper.rb