Sha256: 331961206c3eb6cf56bc187fdedd374aa02edc992f2a64558a41820bb1b97352

Contents?: true

Size: 684 Bytes

Versions: 95

Compression:

Stored size: 684 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__)]
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

95 entries across 95 versions & 35 rubygems

Version Path
translation_engine-0.2.0 test/test_helper.rb
translation_engine-0.1.0 test/test_helper.rb
translation_engine-0.0.8 test/test_helper.rb
rails_detail-0.0.1 test/test_helper.rb
rails-sprite-0.0.7 test/test_helper.rb
rails-sprite-0.0.6 test/test_helper.rb
rails-sprite-0.0.5 test/test_helper.rb
translation_engine-0.0.7 test/test_helper.rb
translation_engine-0.0.5 test/test_helper.rb
translation_engine-0.0.4 test/test_helper.rb
translation_engine-0.0.3 test/test_helper.rb
translation_engine-0.0.2 test/test_helper.rb
bootstrap_toolbelt-0.1.00 test/test_helper.rb
translation_engine-0.0.1 test/test_helper.rb
bootstrap_toolbelt-0.0.11 test/test_helper.rb
resources-1.1.1 test/test_helper.rb
resources-1.1.0 test/test_helper.rb
google-directory-0.0.6 test/test_helper.rb
has_default_association-0.0.1 test/test_helper.rb
spree_comfy_auth_devise-3.0.0 test/test_helper.rb