summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-12 20:41:29 -0500
committerChris McDonough <chrism@plope.com>2011-11-12 20:41:29 -0500
commit818f8cab1dff781bbacf94cbabb4bec3825e081e (patch)
treeedb7c6d89ab6ccf98d5439e59708e7e3c3336e7d /docs/tutorials/wiki2/tests.rst
parent8595a7757b9347597e5664cc2c631f494825103e (diff)
downloadpyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.tar.gz
pyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.tar.bz2
pyramid-818f8cab1dff781bbacf94cbabb4bec3825e081e.zip
- The ``alchemy`` scaffold has been removed.
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index d0027d2f8..8fa8ea3ae 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -13,9 +13,9 @@ We write a test class for the model class ``Page`` and another test class
for the ``initialize_sql`` function.
To do so, we'll retain the ``tutorial.tests.ViewTests`` class provided as a
-result of the ``routesalchemy`` project generator. We'll add two
-test classes: one for the ``Page`` model named ``PageModelTests``, one for the
-``initialize_sql`` function named ``InitializeSqlTests``.
+result of the ``alchemy`` scaffold. We'll add two test classes: one for the
+``Page`` model named ``PageModelTests``, one for the ``initialize_sql``
+function named ``InitializeSqlTests``.
Testing the Views
=================