docs(requirements): split workout release scope
Split oversized examples/006 into command-surface, generated-helper, and mobile-boundary requirements. req: examples/006 req: examples/010 req: examples/011
This commit is contained in:
@@ -1626,7 +1626,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn workout_mobile_verify_fails_closed_on_non_https_origin() {
|
||||
// req: examples/006
|
||||
// req: examples/011
|
||||
let config = workout_mobile_config_at(
|
||||
"http://workout.example.com",
|
||||
"target/test-workout-mobile-non-https",
|
||||
@@ -1645,7 +1645,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn workout_mobile_verify_accepts_generated_release_kit() {
|
||||
// req: examples/006
|
||||
// req: examples/011
|
||||
let config = workout_mobile_config_at(
|
||||
"https://workout.example.com",
|
||||
"target/test-workout-mobile-accepts",
|
||||
@@ -1661,7 +1661,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn workout_mobile_verify_rejects_unacknowledged_external_blockers() {
|
||||
// req: examples/006
|
||||
// req: examples/011
|
||||
let config = workout_mobile_config_at(
|
||||
"https://workout.example.com",
|
||||
"target/test-workout-mobile-unacknowledged-blockers",
|
||||
@@ -1688,7 +1688,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn workout_mobile_verify_rejects_missing_release_kit() {
|
||||
// req: examples/006
|
||||
// req: examples/011
|
||||
let config = workout_mobile_config_at(
|
||||
"https://workout.example.com",
|
||||
"target/test-workout-mobile-missing",
|
||||
|
||||
Reference in New Issue
Block a user