diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:18:15 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-21 05:34:56 +0000 |
| commit | 7a81643367515a9d01eb2d4deb623e9a7c071a12 (patch) | |
| tree | 88d6f2e69ca051d2c94269f4753e2ef807882438 /grasp-audit/src/specs/grasp01/mod.rs | |
| parent | 7dda553918705277c7fa5b903c6a40e4b4a0aa8d (diff) | |
add repository creation
Diffstat (limited to 'grasp-audit/src/specs/grasp01/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/grasp01/mod.rs b/grasp-audit/src/specs/grasp01/mod.rs index 6fd6960..fd6d9b3 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -3,7 +3,9 @@ | |||
| 3 | pub mod event_acceptance_policy; | 3 | pub mod event_acceptance_policy; |
| 4 | pub mod nip01_smoke; | 4 | pub mod nip01_smoke; |
| 5 | pub mod nip11_document; | 5 | pub mod nip11_document; |
| 6 | pub mod repository_creation; | ||
| 6 | 7 | ||
| 7 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | 8 | pub use event_acceptance_policy::EventAcceptancePolicyTests; |
| 8 | pub use nip01_smoke::Nip01SmokeTests; | 9 | pub use nip01_smoke::Nip01SmokeTests; |
| 9 | pub use nip11_document::Nip11DocumentTests; | 10 | pub use nip11_document::Nip11DocumentTests; |
| 11 | pub use repository_creation::RepositoryCreationTests; | ||