Sha256: 0e2c70b201636e84ad965e97b76715f46e69f6d091ff5e88b38da2d68b717666

Contents?: true

Size: 268 Bytes

Versions: 37

Compression:

Stored size: 268 Bytes

Contents

require 'i18n/tasks'
require 'i18n/tasks/base_task'

describe 'locales'  do
  let(:i18n) { I18n::Tasks::BaseTask.new }

  it 'are all used' do
    i18n.unused_keys.should have(0).keys
  end

  it 'are all present' do
    i18n.missing_keys.should have(0).keys
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
vagrant-parallels-1.4.2 test/unit/locales/locales_test.rb
vagrant-parallels-1.4.1 test/unit/locales/locales_test.rb
vagrant-parallels-1.4.0 test/unit/locales/locales_test.rb
vagrant-parallels-1.4.0.rc1 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.13 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.12 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.10 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.9 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.8 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.7 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.6 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.5 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.4 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.3 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.3.rc1 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.2 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.1 test/unit/locales/locales_test.rb
vagrant-parallels-1.3.0 test/unit/locales/locales_test.rb
vagrant-parallels-1.2.2 test/unit/locales/locales_test.rb
vagrant-parallels-1.2.1 test/unit/locales/locales_test.rb