fix i18n spec after changes

This commit is contained in:
wvengen 2013-10-17 17:10:33 +02:00
parent 6e5184d796
commit bfcf35cd34
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require 'spec_helper'
require 'i18n-spec'
Dir.glob('config/locales/*.yml').each do |locale_file|
Dir.glob('config/locales/??{-*,}.yml').each do |locale_file|
describe "#{locale_file}" do
it_behaves_like 'a valid locale file', locale_file
# We're currently allowing both German and English as source language