spec/spec_helper.rb in formulaic-0.1.3 vs spec/spec_helper.rb in formulaic-0.1.4

- old
+ new

@@ -34,9 +34,26 @@ password: Your Password phone: Phone Number terms_of_service: I agree to the Terms of Service url: Website TRANSLATIONS + I18n.backend.store_translations(:es, YAML.load(<<-TRANSLATIONS)) + date: + month_names: + - + - Enero + - Febrero + - Marzo + - Abril + - Mayo + - Junio + - Julio + - Agosto + - Septiembre + - Octubre + - Noviembre + - Diciembre + TRANSLATIONS end end RSpec.configure do |c| c.include SpecHelper