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 to fail gracefully if current version missing #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2015

  1. Fix to fail gracefully if current version missing

    Use Case:
    
    Given developer has a branch with a new Migration version.
    When the developer changes branch back to master/integration.
    Then the Migration should not throw an Error, crashing Meteor.
    
    Change _findIndexByVersion() to return false if not found.
    Change test for index into _migrateTo(), start=graceful fail, end=error.
    Add a new test to verify functionality.
    zeroasterisk committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    6a9011e View commit details
    Browse the repository at this point in the history