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:
authorSean McGivern <sean@gitlab.com>2018-11-16 13:32:31 +0300
committerSean McGivern <sean@gitlab.com>2018-11-16 13:32:31 +0300
commit85ec04eaaa5ac257164a7719c2f0f9fd2c4eda15 (patch)
tree964325a27ccc373e9361daef99eb530be12532f9 /spec/services
parent793be43b35bc8cd2a9effe38280417ee198647cb (diff)
parent566ba126f5d8090edc760fe0c20215da73452e47 (diff)
Merge branch 'gt-fix-typos-in-lib' into 'master'
Fix typos in lib See merge request gitlab-org/gitlab-ce!23106
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/system_hooks_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/system_hooks_service_spec.rb b/spec/services/system_hooks_service_spec.rb
index e0335880e8e..81b2c17fdb5 100644
--- a/spec/services/system_hooks_service_spec.rb
+++ b/spec/services/system_hooks_service_spec.rb
@@ -32,7 +32,7 @@ describe SystemHooksService do
end
it do
- project.old_path_with_namespace = 'transfered_from_path'
+ project.old_path_with_namespace = 'transferred_from_path'
expect(event_data(project, :transfer)).to include(
:event_name, :name, :created_at, :updated_at, :path, :project_id,
:owner_name, :owner_email, :project_visibility,