Sha256: cbb07e2ef40437238ede3149b075b9570d92274edc488e289f7eeb17bc42e80b

Contents?: true

Size: 900 Bytes

Versions: 23

Compression:

Stored size: 900 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 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.file_fixture_path = ActiveSupport::TestCase.fixture_path + "/files"
  ActiveSupport::TestCase.fixtures :all
end

Version data entries

23 entries across 23 versions & 6 rubygems

Version Path
paperclip_private-0.0.3 test/test_helper.rb
mvpkit-2.0.1 project/app/engines/admin/test/test_helper.rb
mvpkit-2.0.0 project/app/engines/admin/test/test_helper.rb
paperclip_private-0.0.2 test/test_helper.rb
mvpkit-1.1.2 project/app/engines/admin/test/test_helper.rb
activeadmin_custom_layout-0.1.9 test/test_helper.rb
activeadmin_custom_layout-0.1.8 test/test_helper.rb
activeadmin_custom_layout-0.1.7 test/test_helper.rb
mvpkit-1.1.1 project/app/engines/admin/test/test_helper.rb
mvpkit-1.1.0 project/app/engines/admin/test/test_helper.rb
lazy_load-rails-1.0.0 test/test_helper.rb
activeadmin_custom_layout-0.1.6 test/test_helper.rb
activeadmin_custom_layout-0.1.5 test/test_helper.rb
activeadmin_custom_layout-0.1.4 test/test_helper.rb
activeadmin_custom_layout-0.1.3 test/test_helper.rb
ecom-0.2.0 test/test_helper.rb
activeadmin_custom_layout-0.1.1 test/test_helper.rb
activeadmin_custom_layout-0.1.0 test/test_helper.rb
amd-0.1.5 test/test_helper.rb
amd-0.1.4 test/test_helper.rb