Skip to content

Commit

Permalink
Remove I18n deprecation message when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed May 17, 2014
1 parent a7fdc51 commit c427b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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')]

Expand Down

0 comments on commit c427b48

Please sign in to comment.