This commit is contained in:
mikr
2019-12-29 15:41:23 +01:00
parent 6d4727fe22
commit f449224819

View File

@@ -20,7 +20,6 @@ public class BookStoreRunSteps {
public void setUp() {
store = new BookStore();
foundBooks = new ArrayList<>();
System.out.print("Book store steps run simple");
}
@Given("^I have the following books in the store$")