spec/services/create_commit_service_spec.rb [96:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      commit = service.execute(project,
        ref: 'refs/heads/master',
        before: '00000000',
        after: '31das312',
        commits: commits,
        ci_yaml_file: gitlab_ci_yaml
      )
      expect(commit.builds.count(:all)).to eq 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/services/create_commit_service_spec.rb [105:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      commit = service.execute(project,
        ref: 'refs/heads/master',
        before: '00000000',
        after: '31das312',
        commits: commits,
        ci_yaml_file: gitlab_ci_yaml
      )
      expect(commit.builds.count(:all)).to eq 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



