aboutsummaryrefslogblamecommitdiffstats
path: root/railties/test/application/initializers/boot_test.rb
blob: 5ec562f12f2db4782b96124e5f2d34e73a7ad595 (plain) (tree)
1
2
3

                                 
                       












                                                         
require "isolation/abstract_unit"

module ApplicationTests
  class GemBooting < Test::Unit::TestCase
    include ActiveSupport::Testing::Isolation

    def setup
      # build_app
      # boot_rails
    end

    test "booting rails sets the load paths correctly" do
      # This test is pending reworking the boot process
    end
  end
end