Sha256: 6c02f9dc08b59ae0697bdd6c991ae8ae3ee56aaa07fa3b302eca6b4bffefc900

Contents?: true

Size: 414 Bytes

Versions: 5

Compression:

Stored size: 414 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(:all) do
		DatabaseCleaner.clean
	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
temporal_tables-0.6.6 spec/spec_helper.rb
temporal_tables-0.6.4 spec/spec_helper.rb
temporal_tables-0.6.3 spec/spec_helper.rb
temporal_tables-0.6.2 spec/spec_helper.rb
temporal_tables-0.6.1 spec/spec_helper.rb