git-read

Extract GitHelpers from System Test Cases

The majority of the test helpers declared in the ApplicationSystemTestCase are focused on git operations.

In an effort to prevent the ApplicationSystemTestCase from growing unchecked, this commit extracts the GitHelpers, then calls Module.include in to mix the helpers back into the parent class.