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
path: root/spec
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-16 11:01:56 +0300
committerJames Lopez <james@jameslopez.es>2016-02-16 11:01:56 +0300
commit11913a762a3ed6514594e6ac6ffe1717dd362ae1 (patch)
tree57c32559181959c35995e716e748cd37f37f217e /spec
parent99a50447a15abb49ae6a3225332f850af78744a9 (diff)
updated system note service and spec based on feedback
Diffstat (limited to 'spec')
-rw-r--r--spec/services/system_note_service_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/services/system_note_service_spec.rb b/spec/services/system_note_service_spec.rb
index 9b9732ea01f..1bdc03af12d 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -431,10 +431,6 @@ describe SystemNoteService, services: true do
let(:commit2) { forked_project.commit }
before do
- allow(commit0).to receive(:to_reference) {
- noteable.project.to_reference +
- commit0.class.reference_prefix + commit0.id
- }
described_class.cross_reference(noteable, commit0, author2)
end