Remove an extra whitespace in test files

Partial CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10565

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2019-07-14 10:05:14 +09:00
parent 6005208e39
commit bd590e5573
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FactoryBot.define do
factory :ci_bridge, class: Ci::Bridge do
name ' bridge'
name 'bridge'
stage 'test'
stage_idx 0
ref 'master'