diff options
| author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-07-20 17:51:04 +0200 |
|---|---|---|
| committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2016-12-01 13:54:02 +0100 |
| commit | e038928234db133bb9dcb214b124a32027a13b27 (patch) | |
| tree | ef3f2e7c003963dd7777eccf1a487067a9b17e71 /spec/models | |
| parent | 43c8788e7bd4c705bc8215ea2409b21a19d090f7 (diff) | |
| download | gitlab-ce-commit-patch-diff-workhorse.tar.gz | |
Workhorse now sents raw commit diffs and patchescommit-patch-diff-workhorse
Diffstat (limited to 'spec/models')
| -rw-r--r-- | spec/models/commit_spec.rb | 1 |
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 |
