Skip to content

Commit

Permalink
spec: specification namespace example
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 18, 2023
1 parent 73741fd commit 4e12472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clojure-spec/organising-specs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Organizing Specifications

Data and function definition specifications are typically placed in a dedicated Specification namespaces.
Data and function definition specifications are typically placed in a dedicated `specification` namespaces, e.g `src/domain/project/specification.clj`.

Add the data specifications (`spec/def`), custom predicate functions and function specifications (`spec/fdef`) to the `specifications` namespace.

Expand Down

0 comments on commit 4e12472

Please sign in to comment.