Sha256: b1e14de269f6f4ff7fa09153a234a33b446e0748fa2724baa53962226865a554

Contents?: true

Size: 863 Bytes

Versions: 73

Compression:

Stored size: 863 Bytes

Contents

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

require_relative "../test/dummy/config/environment"
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
ActiveRecord::Migrator.migrations_paths << File.expand_path('../db/migrate', __dir__)
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", __dir__)
  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

73 entries across 25 versions & 2 rubygems

Version Path
keppler-2.1.9 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.9 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.8 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.8 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.8 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.7 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.7 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.7 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.6 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.6 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.6 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.5 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.5 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.5 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.4 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.4 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.4 installer/core/rockets/keppler_languages/test/test_helper.rb
keppler-2.1.3 installer/core/rockets/keppler_capsules/test/test_helper.rb
keppler-2.1.3 installer/core/rockets/keppler_frontend/test/test_helper.rb
keppler-2.1.3 installer/core/rockets/keppler_languages/test/test_helper.rb