1. 03 Dec, 2013 1 commit
    • Ensure test_command tests are actually correct · 40a44ce6
      Using
      ```
      assert 'changed' in result
      ```
      doesn't actually check if something is changed, which is presumably
      the reason for the assertion. What is actually needed is
      ```
      assert result.get('changed')
      ```
      which checks that changed is set and not False. Tests still pass after
      this change
      willthames committed
  2. 02 Dec, 2013 13 commits
  3. 01 Dec, 2013 2 commits
  4. 30 Nov, 2013 1 commit
  5. 29 Nov, 2013 1 commit
  6. 28 Nov, 2013 6 commits
  7. 27 Nov, 2013 16 commits