Sha256: 560a64cd94a034447740acc92b8b2688f98dbc139a8774c6f2bb50fefc2a3ae9

Contents?: true

Size: 242 Bytes

Versions: 57

Compression:

Stored size: 242 Bytes

Contents

shared_examples_for 'complete translation of' do
  let(:locale_source) { 'config/locales/en.yml' }
  let(:locale_target) { 'config/locales/fr.yml' }

  subject { locale_source }

  it { should be_a_complete_translation_of locale_target }
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.8.0.alpha1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.7.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.7.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.6.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.6.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.6.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.6.0.beta1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.3 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0.rc0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0.beta3 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0.beta2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.5.0.beta1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.4.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.4.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.4.0.rc2 spec/support/examples/matching_locale.rb