spec/courier/template/base_spec.rb in courier-0.1.2 vs spec/courier/template/base_spec.rb in courier-0.1.3

- old
+ new

@@ -10,10 +10,10 @@ context '#get_text' do it 'should return text with localized tranlation' do subject.should_receive(:name) { 'template_key' } subject. get_text(:some_option=>123,:service=>double(:name=>'facebook')).should == - 'translation missing: en.courier.messages.facebook.template_key' + 'translation missing: en.courier.facebook.template_key' end end # context '#sets_by_owner' do # let(:owner) { Factory :user }