Sha256: 3a3ca23bb1fdcc5906c2ec19f4da2663497a8829aeb640287ea7ef212dd14317

Contents?: true

Size: 420 Bytes

Versions: 4

Compression:

Stored size: 420 Bytes

Contents

require 'gemika'
require 'combustion'

Dir["#{File.dirname(__FILE__)}/extensions/*.rb"].sort.each {|f| require f}
Dir["#{File.dirname(__FILE__)}/support/*.rb"].sort.each {|f| require f}

Combustion.initialize! :active_record do
  Rails.env = TemporalTables::DatabaseAdapter.adapter_name
end

DatabaseCleaner.strategy = :deletion

RSpec.configure do |config|
  config.before(:each) do
    DatabaseCleaner.clean
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
temporal_tables-0.8.1 spec/spec_helper.rb
temporal_tables-0.8.0 spec/spec_helper.rb
temporal_tables-0.7.1 spec/spec_helper.rb
temporal_tables-0.7.0 spec/spec_helper.rb