Fix tests
This commit is contained in:
Vendored
+2
-2
@@ -39,6 +39,6 @@ buy_domain:
|
||||
collection: writebook
|
||||
creator: david
|
||||
title: Buy domain
|
||||
created_at: <%= 2.days.ago %>
|
||||
created_at: <%= 1.week.ago %>
|
||||
status: published
|
||||
last_active_at: <%= 2.days.ago %>
|
||||
last_active_at: <%= 1.week.ago %>
|
||||
|
||||
Vendored
-38
@@ -1,38 +0,0 @@
|
||||
qa_triage:
|
||||
name: Triage
|
||||
workflow: qa
|
||||
|
||||
qa_in_progress:
|
||||
name: In progress
|
||||
color: "#3b3633"
|
||||
workflow: qa
|
||||
|
||||
qa_on_hold:
|
||||
name: On Hold
|
||||
color: "#67695e"
|
||||
workflow: qa
|
||||
|
||||
qa_review:
|
||||
name: Review
|
||||
color: "#eb7a32"
|
||||
workflow: qa
|
||||
|
||||
on_call_inbox:
|
||||
name: Inbox
|
||||
color: "#bf7c2b"
|
||||
workflow: on_call
|
||||
|
||||
on_call_in_progress:
|
||||
name: In progress
|
||||
color: "#c09c6f"
|
||||
workflow: on_call
|
||||
|
||||
on_call_on_hold:
|
||||
name: Waiting on customers
|
||||
color: "#746b1e"
|
||||
workflow: on_call
|
||||
|
||||
on_call_review:
|
||||
name: Pending deploy
|
||||
color: "#2c6da8"
|
||||
workflow: on_call
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
qa:
|
||||
name: QA
|
||||
|
||||
on_call:
|
||||
name: "On call"
|
||||
Reference in New Issue
Block a user