Removing unused constants from abstract_unit

This commit is contained in:
Thiago Pradi 2015-02-22 23:15:10 -03:00
parent 2b88f65061
commit 48a0995c7e

@ -54,10 +54,8 @@ def env
# Register danish language for testing
I18n.backend.store_translations 'da', {}
I18n.backend.store_translations 'pt-BR', {}
ORIGINAL_LOCALES = I18n.available_locales.map(&:to_s).sort
FIXTURE_LOAD_PATH = File.join(File.dirname(__FILE__), 'fixtures')
FIXTURES = Pathname.new(FIXTURE_LOAD_PATH)
module RackTestUtils
def body_to_string(body)