Skip to content

Commit

Permalink
Old unimplemented methods deleted from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xipi3000 committed Mar 30, 2024
1 parent f0f9507 commit 1c85fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,9 @@ public void thereAShelterWithNameEmailAndMobile(String name, String email, Strin
shelterRepository.save(shelter);
}

@When("^I update the shelter with name \"([^\"]*)\" to name \"([^\"]*)\" email \"([^\"]*)\" and mobile \"([^\"]*)\"$")
public void iUpdateTheShelterWithNameToNameEmailAndMobile(String PrevName, String NewName, String email, String mobile) {
}

@And("^I am shelter volunteer with name \"([^\"]*)\"$")
public void iAmShelterVolunteer(String name) {

//user = userRepository.findById(name);
}



}
16 changes: 0 additions & 16 deletions src/test/resources/features/EditShelter.feature

This file was deleted.

0 comments on commit 1c85fe4

Please sign in to comment.