Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add rst_transforms to FakeSite
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 7, 2015
1 parent 7ee104c commit 52b3bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/base.py
Expand Up @@ -234,6 +234,7 @@ def __init__(self):
slug='fake-post')
]
self.debug = True
self.rst_transforms = []
# This is to make plugin initialization happy
self.template_system = self
self.name = 'mako'
Expand Down

0 comments on commit 52b3bb7

Please sign in to comment.