renamed get_entries to get_plays

This commit is contained in:
Brian Coca
2015-04-04 10:24:03 -04:00
parent 349ecf6efe
commit 2eb2a41d05
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class TestPlaybook(unittest.TestCase):
""",
})
p = Playbook.load("test_file.yml", loader=fake_loader)
entries = p.get_entries()
plays = p.get_plays()
def test_bad_playbook_files(self):
fake_loader = DictDataLoader({