spec/models/mail_service_spec.rb [78:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                           email_recipients: "jeroen@example.com")
      }
      let(:commit) { FactoryGirl.create(:commit, project: project) }
      let(:build) { FactoryGirl.create(:build, status: :success, commit: commit) }

      before do
        allow(mail).to receive_messages(project: project)
      end

      it do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/models/mail_service_spec.rb [104:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                           email_recipients: "jeroen@example.com")
      }
      let(:commit) { FactoryGirl.create(:commit, project: project) }
      let(:build) { FactoryGirl.create(:build, status: :success, commit: commit) }

      before do
        allow(mail).to receive_messages(project: project)
      end

      it do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



