Sha256: a2c831f754af94183472bba28a3fd7d090d7b30d8761109906c2e811300556d9

Contents?: true

Size: 774 Bytes

Versions: 116

Compression:

Stored size: 774 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../test/dummy/config/environment.rb",  __FILE__)
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
require "rails/test_help"

# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.respond_to?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

116 entries across 116 versions & 40 rubygems

Version Path
kms_seo-0.1.0 test/test_helper.rb
clrk-0.0.1 test/test_helper.rb
kms_models-0.7.0 test/test_helper.rb
git_history_rails-0.1.1 test/test_helper.rb
git_history_rails-0.1.0 test/test_helper.rb
kms_models-0.6.0 test/test_helper.rb
simple_text-0.0.23 test/test_helper.rb
stratosphere-0.0.2 test/test_helper.rb
cambios-1.1.0 test/test_helper.rb
cambios-1.0.0 test/test_helper.rb
sidekiq-web-0.0.1 test/test_helper.rb
sayonara-0.0.1 test/test_helper.rb
simple_text-0.0.22 test/test_helper.rb
inventorymaster-0.1.1 test/test_helper.rb
inventorymaster-0.1.0 test/test_helper.rb
optimacms-0.1.36 test/test_helper.rb
optimacms-0.1.34 test/test_helper.rb
optimacms-0.1.32 test/test_helper.rb
optimacms-0.1.31 test/test_helper.rb
inventorymaster-0.0.9 test/test_helper.rb