Sha256: b7c8850b5e748820cbeb8bd79c853b92ea4722f752cbfa265618e5659355f63b

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

require "minitest/autorun"
require "rails"
require "rails/test_help"
require "webpacker-legacy"

module TestApp
  class Application < ::Rails::Application
    config.root = File.join(File.dirname(__FILE__), "test_app")
    config.eager_load = true
  end
end

TestApp::Application.initialize!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webpacker-legacy-0.1.2 test/webpacker_test.rb
webpacker-legacy-0.1.1 test/webpacker_test.rb
webpacker-legacy-0.1.0 test/webpacker_test.rb