export {};

Given(/Fred logs in with the valid credentials/, () => {
    //Implement
});

When(/he is able to contribute to the repository/, () => {
    //Implement
});
