Sha256: b3a06a7d2485ea387cd31bc4fc682ecb21a03298bf8ad4f67a47cc967f2a81ff

Contents?: true

Size: 657 Bytes

Versions: 3

Compression:

Stored size: 657 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rubygems'
require 'bundler/setup'

require 'activerecord-turntable'
require 'turntable_helper'

MIGRATIONS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), 'migrations'))

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true

  config.mock_framework = :rr

  config.before(:each) do
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activerecord-turntable-1.1.0 spec/spec_helper.rb
activerecord-turntable-1.0.1 spec/spec_helper.rb
activerecord-turntable-1.0.0 spec/spec_helper.rb