Sha256: 0cc484e4e1dbe4899cb396089ff8c7000dc1af0f459129e7e9e0ab2d03fc6a60

Contents?: true

Size: 380 Bytes

Versions: 42

Compression:

Stored size: 380 Bytes

Contents

ENV['RAILS_ENV'] = 'test'

$:.unshift File.dirname(__FILE__)

require File.expand_path('../../spec/rails_app/config/environment', __FILE__)
require 'rails/test_help'

require 'audited'

class ActiveSupport::TestCase

  setup do
    ActiveRecord::Migration.verbose = false
  end

  def load_schema( version )
    load File.dirname(__FILE__) + "/db/version_#{version}.rb"
  end
end

Version data entries

42 entries across 42 versions & 4 rubygems

Version Path
audited-4.7.1 test/test_helper.rb
audited-4.7.0 test/test_helper.rb
notifiably_audited-3.0.0 test/test_helper.rb
audited-4.6.0 test/test_helper.rb
audited-4.5.0 test/test_helper.rb
audited-4.4.1 test/test_helper.rb
audited-4.4.0 test/test_helper.rb
audited-hp-4.3.1 test/test_helper.rb
audited-hp-4.3.0 test/test_helper.rb
audited-4.3.0 test/test_helper.rb
audited-4.2.2 test/test_helper.rb
audited-4.2.1 test/test_helper.rb
audited-4.2.0 test/test_helper.rb
audited-4.0.0 test/test_helper.rb
audited-4.0.0.rc1 test/test_helper.rb
notifiably_audited-1.0.11 test/test_helper.rb
notifiably_audited-1.0.10 test/test_helper.rb
notifiably_audited-1.0.9 test/test_helper.rb
notifiably_audited-1.0.8 test/test_helper.rb
notifiably_audited-1.0.7 test/test_helper.rb