summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-07-20 17:51:04 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-12-01 13:54:02 +0100
commite038928234db133bb9dcb214b124a32027a13b27 (patch)
treeef3f2e7c003963dd7777eccf1a487067a9b17e71 /spec/models/commit_spec.rb
parent43c8788e7bd4c705bc8215ea2409b21a19d090f7 (diff)
downloadgitlab-ce-commit-patch-diff-workhorse.tar.gz
Workhorse now sents raw commit diffs and patchescommit-patch-diff-workhorse
Diffstat (limited to 'spec/models/commit_spec.rb')
-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 e3bb3482d67..75c2e6ac7a7 100644
--- a/spec/models/commit_spec.rb
+++ b/spec/models/commit_spec.rb
@@ -120,7 +120,6 @@ eos
it { is_expected.to respond_to(:diffs) }
it { is_expected.to respond_to(:tree) }
it { is_expected.to respond_to(:id) }
- it { is_expected.to respond_to(:to_patch) }
end
describe '#closes_issues' do