Sha256: 0740c68f8619a741b31e3ab0846f8c0f2673d04ff17a5a8047c9dd67ba42ecf2

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 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"

require "genderize"
include Genderize # make the Gender class available in specs

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
genderize-0.1.1 spec/spec_helper.rb
genderize-0.1.0 spec/spec_helper.rb
genderize-0.0.8 spec/spec_helper.rb
genderize-0.0.7 spec/spec_helper.rb