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.4.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.4.0.pre.rc.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.3.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.3.0.rc2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.3.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.0.rc3 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.0.rc2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.2.0.beta1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.0.rc3 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.0.rc2 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.1.0.rc1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.0.1 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.0.0 spec/support/examples/matching_locale.rb
locomotivecms_steam-1.0.0.rc10 spec/support/examples/matching_locale.rb