-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor csv_importer and improve test accuracy
Previously the "GenericWork" argument was not useful for anything and the test data did not trigger the initializer argument to be relevant. The importer was not extensible w/ an arbitrary class because it relied on exclusively on the `Factory.for` invocation. Now, as the spec demonstrates, a user can use an arbitrary or even anonymous class. Much YARD added.
- Loading branch information
Showing
4 changed files
with
35 additions
and
15 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
Oops, something went wrong.