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

Removed unused config file

This commit is contained in:
Prakash Laxkar 2015-09-03 08:35:46 +05:30
parent 43dd118539
commit 3ee1f7b40b
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
require File.expand_path('../../../../load_paths', __FILE__)
require 'config'
require 'active_model'
require 'active_support/core_ext/string/access'

View file

@ -1,3 +0,0 @@
TEST_ROOT = File.expand_path(File.dirname(__FILE__))
FIXTURES_ROOT = TEST_ROOT + "/fixtures"
SCHEMA_FILE = TEST_ROOT + "/schema.rb"