Sha256: 9981b78b87ad8518090639857bc305f60e8fe1cf27e5b140784d48931e54cbf1

Contents?: true

Size: 385 Bytes

Versions: 16

Compression:

Stored size: 385 Bytes

Contents

ENV["RAILS_ENV"] = "test"

$LOAD_PATH.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

16 entries across 16 versions & 2 rubygems

Version Path
audited-5.5.0 test/test_helper.rb
audited-5.4.3 test/test_helper.rb
audited-5.4.2 test/test_helper.rb
audited-5.4.1 test/test_helper.rb
audited-5.4.0 test/test_helper.rb
audited-5.3.3 test/test_helper.rb
audited-5.3.2 test/test_helper.rb
audited-5.3.1 test/test_helper.rb
audited-5.3.0 test/test_helper.rb
audited-5.2.0 test/test_helper.rb
audited-5.1.0 test/test_helper.rb
velocity_audited-5.1.4 test/test_helper.rb
velocity_audited-5.1.3 test/test_helper.rb
audited-5.0.2 test/test_helper.rb
audited-5.0.1 test/test_helper.rb
audited-5.0.0 test/test_helper.rb