-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new fixture for issue 63 #65
Conversation
Co-authored by Peter Green <pmgreen@users.noreply.github.com>
I would like to have the test included in this pull request along with the fixture. So you can make additional commits within the same branch to write the test to accompany the fixture. |
<record> | ||
<leader>01104nma a2200289 i 4500</leader> | ||
<controlfield tag="001">99127156537506421</controlfield> | ||
<controlfield tag="008">230519s1996 njua k 000 0 eng d</controlfield> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to have the 008 have a value that can be fixed. In the fix_comp_008
method, that means that it has to be one of the following positions of the field:
audience (position 22 of u
or v
becomes j
)
government publication indicator (position 28 of 'n' becomes 'o')
Co-authored-by: Tyler Wade <twade968@users.noreply.github.com>
The Fixture is updated and test created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes needed, but the test is successful!
* implement coveralls Co-authored-by: Christina Chortaria <christinach@users.noreply.github.com> * updated circleci config to run coveralls for rspec Co-authored-by: Bess Sadler <bess@users.noreply.github.com> --------- Co-authored-by: Christina Chortaria <christinach@users.noreply.github.com> Co-authored-by: Bess Sadler <bess@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Closes #63.
Co-authored by Peter Green pmgreen@users.noreply.github.com