summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorChris Shenton <chris@koansys.com>2011-11-07 17:57:57 -0800
committerChris McDonough <chrism@plope.com>2011-11-08 15:00:03 -0800
commit8092b61b4704bc3a374f5c15e6e626612d9eb504 (patch)
treec86f117ab8b1c166869eb7b8e0af0452511a9286 /docs/tutorials/wiki2/tests.rst
parent82b661328475ce768d0986428999c96c6f25defc (diff)
downloadpyramid-8092b61b4704bc3a374f5c15e6e626612d9eb504.tar.gz
pyramid-8092b61b4704bc3a374f5c15e6e626612d9eb504.tar.bz2
pyramid-8092b61b4704bc3a374f5c15e6e626612d9eb504.zip
Remove 'pyramid_' from scaffolding name used for pcreate now.
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index c120b1c61..d0027d2f8 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -13,7 +13,7 @@ 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 ``pyramid_routesalchemy`` project generator. We'll add two
+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``.