describe '#markdown_supported_email' do
    before { allow(subject).to receive(:credentials).and_return({ name: 'mt', email: 'mt@example.com' }) }

    it 'returns the mark down supported email address of the owner' do
      expect(subject.markdown_supported_email).to eql('<mt@example.com>')