spec/cupcakinator_spec.rb in cupcakinator-1.1.1 vs spec/cupcakinator_spec.rb in cupcakinator-1.1.2

- old
+ new

@@ -42,10 +42,10 @@ context 'localization' do it 'should have loaded the locales file' do - I18n.t('error.deprecation.include_base').should =~ /don't include Cupcakinator::Base directly/ + I18n.t('cupcakinator.error.deprecation.include_base').should =~ /don't include Cupcakinator::Base directly/ end end end