diff options
Diffstat (limited to 'repoze/bfg/testing.py')
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index cfcbc3920..d0b426160 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -49,7 +49,7 @@ class BFGTestCase(unittest.TestCase, PlacelessSetup): registerTraverserFactory(traverser) return models - def registerTemplate(self, name): + def registerDummyTemplate(self, name): """ Registers a 'dummy' template renderer implementation and returns it. This is most useful when dealing with code that wants to call ``repoze.bfg.chameleon_zpt.render_template*``or |
