diff options
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 fd6d9b3..495672a 100644 --- a/grasp-audit/src/specs/grasp01/mod.rs +++ b/grasp-audit/src/specs/grasp01/mod.rs | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | //! GRASP-01 specification tests | 1 | //! GRASP-01 specification tests |
| 2 | 2 | ||
| 3 | pub mod event_acceptance_policy; | 3 | pub mod event_acceptance_policy; |
| 4 | pub mod git_clone; | ||
| 4 | pub mod nip01_smoke; | 5 | pub mod nip01_smoke; |
| 5 | pub mod nip11_document; | 6 | pub mod nip11_document; |
| 6 | pub mod repository_creation; | 7 | pub mod repository_creation; |
| 7 | 8 | ||
| 8 | pub use event_acceptance_policy::EventAcceptancePolicyTests; | 9 | pub use event_acceptance_policy::EventAcceptancePolicyTests; |
| 10 | pub use git_clone::GitCloneTests; | ||
| 9 | pub use nip01_smoke::Nip01SmokeTests; | 11 | pub use nip01_smoke::Nip01SmokeTests; |
| 10 | pub use nip11_document::Nip11DocumentTests; | 12 | pub use nip11_document::Nip11DocumentTests; |
| 11 | pub use repository_creation::RepositoryCreationTests; | 13 | pub use repository_creation::RepositoryCreationTests; |