-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand test coverage of undocumented functionality
In an interview recently, I was given the Grape repository sans the content of this method as a technical screening question. The task was to discover what had been removed from the project and re-implement the missing code using only the test suite. It was actually fairly difficult to re-implement this method because there are a couple of untested responsibilities. I think this is a fairly integral component of the framework, so it makes sense to fully test its functionality.
- Loading branch information
1 parent
71b8211
commit d295f46
Showing
2 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters