Skip to content

Commit

Permalink
Fixed 'fake compiler' for RSS tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 8, 2014
1 parent 915aad4 commit 1d17ea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_rss_feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ class FakeCompiler(object):
compile_html = None
extension = lambda self: '.html'

def register_extra_dependencies(self, post):
pass


class RSSFeedTest(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 1d17ea8

Please sign in to comment.