From c9dc51111d53aba4e456afaade4bf9ad82c4b28c Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Tue, 24 Apr 2018 14:53:46 +0200 Subject: Rename stage index column name to priority column --- spec/factories/ci/stages.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/factories') diff --git a/spec/factories/ci/stages.rb b/spec/factories/ci/stages.rb index 3711d3c7c49..f4f73a67e9a 100644 --- a/spec/factories/ci/stages.rb +++ b/spec/factories/ci/stages.rb @@ -21,7 +21,7 @@ FactoryBot.define do pipeline factory: :ci_empty_pipeline name 'test' - index 1 + priority 1 status 'pending' end end -- cgit v1.2.1