1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add a missing require.

This makes the rack_logger_test.rb runnable by itself (outside of the `rake test` suite).
This commit is contained in:
thedarkone 2013-08-06 17:01:10 +02:00
parent 48e3c462a2
commit 3af8a91c38

View file

@ -1,3 +1,4 @@
require 'abstract_unit'
require 'active_support/testing/autorun'
require 'active_support/test_case'
require 'rails/rack/logger'