spec/views/pugin/layouts/pugin.html.haml_spec.rb in pugin-0.5.0 vs spec/views/pugin/layouts/pugin.html.haml_spec.rb in pugin-0.5.1

- old
+ new

@@ -11,9 +11,9 @@ allow(person).to receive(:id).and_return('123') end it 'renders HAML without errors' do render - expect(rendered).to have_title(I18n.t('website_brand')) + expect(rendered).to have_title(I18n.t('.pugin.layouts.pugin.website_brand')) end end end