thoughtbot:master
← charlieanna:master
opened 12:51PM - 22 Dec 13 UTC
Split the program into two files SudokuParser which returns an array and a Sudok…uValidator which takes in the returned output from the parser.
Should I use stubs and mocks with the SudokuValidator spec file to test it in isolation with the SudokuParser.