spec/models/mail_service_spec.rb [64:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        mail.execute(build)
      end

      def should_email(email)
        expect(Notify).to receive(:build_success_email).with(build.id, email)
        expect(Notify).not_to receive(:build_fail_email).with(build.id, email)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/models/mail_service_spec.rb [90:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        mail.execute(build)
      end

      def should_email(email)
        expect(Notify).to receive(:build_success_email).with(build.id, email)
        expect(Notify).not_to receive(:build_fail_email).with(build.id, email)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



