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
notifiably_audited-1.0.6 test/test_helper.rb
notifiably_audited-1.0.5 test/test_helper.rb
notifiably_audited-1.0.4 test/test_helper.rb
notifiably_audited-1.0.3 test/test_helper.rb
notifiably_audited-1.0.2 test/test_helper.rb
notifiably_audited-1.0.1 test/test_helper.rb
notifiably_audited-1.0.0 test/test_helper.rb
notifiably_audited-0.1.12 test/test_helper.rb
notifiably_audited-0.1.11 test/test_helper.rb
notifiably_audited-0.0.7 test/test_helper.rb
notifiably_audited-0.0.5 test/test_helper.rb
notifiably_audited-0.0.4 test/test_helper.rb
notifiably_audited-0.0.3 test/test_helper.rb
notifiably_audited-0.0.2 test/test_helper.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0/test/test_helper.rb
audited-3.0.0 test/test_helper.rb
audited-3.0.0.rc2 test/test_helper.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/test/test_helper.rb
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/test/test_helper.rb
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/audited-3.0.0.rc1/test/test_helper.rb