Remove I18n deprecation message when running tests

This commit is contained in:
Jon Atack 2014-05-17 23:12:59 +02:00
parent a7fdc51da4
commit c427b4865d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require 'sham'
require 'faker'
require 'ransack'
I18n.enforce_available_locales = false
Time.zone = 'Eastern Time (US & Canada)'
I18n.load_path += Dir[File.join(File.dirname(__FILE__), 'support', '*.yml')]