aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-09 16:16:36 +0100
committerLoïc Hoguin <[email protected]>2016-01-09 16:16:36 +0100
commit5271edb5f49a64b98a8386016e7fd8dc62f6ba66 (patch)
tree96b8e74a9e22366b7147aff7a303c3fb28c6ac98 /doc
parentbadc6ee4d0d1f01feaf0655c58faffefe5040803 (diff)
downloaderlang.mk-5271edb5f49a64b98a8386016e7fd8dc62f6ba66.tar.gz
erlang.mk-5271edb5f49a64b98a8386016e7fd8dc62f6ba66.tar.bz2
erlang.mk-5271edb5f49a64b98a8386016e7fd8dc62f6ba66.zip
Remove "Property based testing" from planned documentation
Triq will be documented in its own plugin later on.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/book.asciidoc2
-rw-r--r--doc/src/guide/property_based_testing.asciidoc6
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index ebef8b7..a39b907 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -46,8 +46,6 @@ include::eunit.asciidoc[EUnit]
include::common_test.asciidoc[Common Test]
-include::property_based_testing.asciidoc[Property based testing]
-
include::coverage.asciidoc[Code coverage]
include::ci.asciidoc[Continuous integration]
diff --git a/doc/src/guide/property_based_testing.asciidoc b/doc/src/guide/property_based_testing.asciidoc
deleted file mode 100644
index 0adacbd..0000000
--- a/doc/src/guide/property_based_testing.asciidoc
+++ /dev/null
@@ -1,6 +0,0 @@
-[[property_based_testing]]
-== Property based testing
-
-// @todo Write it.
-
-Placeholder chapter.