spec/models/mail_service_spec.rb [38:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      before do
        allow(mail).to receive_messages(project: project)
      end

      it do
        should_email("git@example.com")
        mail.execute(build)
      end

      def should_email(email)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/models/mail_service_spec.rb [58:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      before do
        allow(mail).to receive_messages(project: project)
      end

      it do
        should_email("git@example.com")
        mail.execute(build)
      end

      def should_email(email)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



