remove uncommented railties boot_test.rb

This commit is contained in:
Yves Senn 2013-02-21 10:22:12 +01:00
parent d3563bd661
commit 2dffe37ce4
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
require "isolation/abstract_unit"
module ApplicationTests
class BootTest < ActiveSupport::TestCase
include ActiveSupport::Testing::Isolation
def setup
# build_app
# boot_rails
end
def teardown
# teardown_app
end
test "booting rails sets the load paths correctly" do
# This test is pending reworking the boot process
end
end
end