Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix delete feature #90

Merged
merged 3 commits into from
Dec 7, 2016
Merged

Fix delete feature #90

merged 3 commits into from
Dec 7, 2016

Commits on Dec 7, 2016

  1. Fix whitespace formatting of status messages

    There was unnecessary whitespace at the end of the "Files changed:"/
    "Files added:" messages that lead to complexity in the test cases. At one
    point the complete output checking in the test case was broken. All fixed.
    DavidS committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    167d4a0 View commit details
    Browse the repository at this point in the history
  2. Fix delete feature

    The `options` hash is keyed with symbols. The original `'project_root'`
    lead to a wrong path being generated, causing deletion to not happen.
    
    This also adds a test-case to cover this feature.
    DavidS committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    9013dcf View commit details
    Browse the repository at this point in the history
  3. Re-use module_file method

    DavidS committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    5a174a4 View commit details
    Browse the repository at this point in the history