Sha256: 9f6592c78f03da538ecbfe4d9b9fcffe9e520709ce49ca568f66fdb846a57eec

Contents?: true

Size: 252 Bytes

Versions: 7

Compression:

Stored size: 252 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'pry'

require 'support/activerecord'
require 'descendants_describable'

RSpec.configure do |config|
  # some (optional) config here

  config.treat_symbols_as_metadata_keys_with_true_values = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

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