Sha256: 318ece10971f5ef2708096216e95ab6ad018d5be6529a85061b23e2af289f015

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'

Dir[File.expand_path("../support/**/*.rb", __FILE__)].each {|f| require f}

RSpec.configure do |config|
  config.use_transactional_fixtures = true
  config.infer_base_class_for_anonymous_controllers = false

  initialize_in_memory_database if in_memory_database?
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
attribute_ext-1.4.1 spec/spec_helper.rb
attribute_ext-1.4.0 spec/spec_helper.rb