def setUp(self):
     """Setup"""
     super(TestRulesGetAtt, self).setUp()
     self.collection.register(GetAtt())
     self.success_templates = [
         'fixtures/templates/good/functions/getatt.yaml'
     ]
 def setUp(self):
     """Setup"""
     super(TestRulesGetAtt, self).setUp()
     self.collection.register(GetAtt())