Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-05-17 11:12:33 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-05-17 11:12:33 +0300
commit48877dfc7e9579674e8b768cc69c7bf2ef40bace (patch)
tree9dbc77848cce6749c2c6e514f795d303203f93dc /spec/models
parent2f7e0aba2fec30be86f2f6048fdb50e93b4365c8 (diff)
parentdfdd88151092fde3e32729dd466ad9ba44e158c6 (diff)
Merge branch 'zj-workhorse-commit-patch-diff' into 'master'
Workhorse to send raw diff and patch for commits Closes gitaly#1196 See merge request gitlab-org/gitlab-ce!18974
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/commit_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb
index 4e6b037a720..448b813c2e1 100644
--- a/spec/models/commit_spec.rb
+++ b/spec/models/commit_spec.rb
@@ -182,7 +182,6 @@ eos
it { is_expected.to respond_to(:date) }
it { is_expected.to respond_to(:diffs) }
it { is_expected.to respond_to(:id) }
- it { is_expected.to respond_to(:to_patch) }
end
describe '#closes_issues' do