Skip to content

Commit

Permalink
Forgot to update the tests post reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Aug 26, 2014
1 parent 5e339f2 commit 7c579d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tasks.py
Expand Up @@ -37,8 +37,9 @@ def allows_default_specification(self):
eq_(self.vanilla[''], self.vanilla['biz'])

def has_autoprint_option(self):
eq_(self.vanilla['foo'].autoprint, False)
eq_(self.vanilla['autoprints'].autoprint, True)
ap = self.loader.load('autoprint')
eq_(ap['nope'].autoprint, False)
eq_(ap['yup'].autoprint, True)

@raises(ValueError)
def raises_ValueError_on_multiple_defaults(self):
Expand Down

0 comments on commit 7c579d9

Please sign in to comment.