Rename test class to match what it is testing

This commit is contained in:
Michael DeHaan 2012-04-11 20:16:28 -04:00
parent 95e045d153
commit e103bdda93

View file

@ -90,7 +90,7 @@ class TestCallbacks(object):
pass
class TestRunner(unittest.TestCase):
class TestPlaybook(unittest.TestCase):
def setUp(self):
self.user = getpass.getuser()