Sha256: 4c934fdb85eb2bec5fe32d8778daf90e3d14857b825b96b4bbb923fc0a81b198

Contents?: true

Size: 810 Bytes

Versions: 737

Compression:

Stored size: 810 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__)
  ActionDispatch::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path
  ActiveSupport::TestCase.fixtures :all
end

Version data entries

737 entries across 737 versions & 151 rubygems

Version Path
render_super_visagio-0.1.2 test/test_helper.rb
polaris_view_helpers-1.2.11 test/test_helper.rb
cama_contact_form-0.1.0 test/test_helper.rb
polaris_view_helpers-1.2.10 test/test_helper.rb
polaris_view_helpers-1.2.9 test/test_helper.rb
polaris_view_helpers-1.2.8 test/test_helper.rb
polaris_view_helpers-1.2.7 test/test_helper.rb
polaris_view_helpers-1.2.6 test/test_helper.rb
polaris_view_helpers-1.2.5 test/test_helper.rb
polaris_view_helpers-1.2.4 test/test_helper.rb
polaris_view_helpers-1.2.3 test/test_helper.rb
ddd_domain-1.2.4 test/test_helper.rb
ddd_domain-1.1.8 test/test_helper.rb
polaris_view_helpers-1.2.2 test/test_helper.rb
polaris_view_helpers-1.2.1 test/test_helper.rb
seapig-rails-0.1.4 test/test_helper.rb
polaris_view_helpers-1.2.0 test/test_helper.rb
polaris_view_helpers-1.1.6 test/test_helper.rb
polaris_view_helpers-1.1.5 test/test_helper.rb
polaris_view_helpers-1.0.5 test/test_helper.rb